Skip to content

feat: NR ATP docs#22931

Merged
sujitnewrelic merged 34 commits intodevelopfrom
nr-500466-atp
Feb 19, 2026
Merged

feat: NR ATP docs#22931
sujitnewrelic merged 34 commits intodevelopfrom
nr-500466-atp

Conversation

@WriteMayur
Copy link
Copy Markdown
Contributor

This PR adds ATP documentation for OpenTelemetry.

@WriteMayur WriteMayur self-assigned this Feb 5, 2026
@WriteMayur WriteMayur requested a review from a team as a code owner February 5, 2026 06:20
@WriteMayur WriteMayur added content requests related to docs site content from_tw Identifies issues/PRs from Tech Docs writers labels Feb 5, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 5, 2026

Hi @WriteMayur 👋

Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days.

Please ensure the propsed changes look good by building it first in your local environment. Refer to this contribution guide to get the site up and running in your local.

If you really require a preview url, reach out to one of the writers and they will generate one for you.

@WriteMayur
Copy link
Copy Markdown
Contributor Author

netlify build

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 5, 2026

🚀 Netlify Preview Building!

If the build is successful, the preview for this pull request will be available at the following URL (usually takes 10-20 minutes):

https://nr-500466-atp--docs-website-netlify.netlify.app

@WriteMayur
Copy link
Copy Markdown
Contributor Author

netlify build

@WriteMayur
Copy link
Copy Markdown
Contributor Author

netlify build

@WriteMayur
Copy link
Copy Markdown
Contributor Author

netlify build

@WriteMayur
Copy link
Copy Markdown
Contributor Author

netlify build

@WriteMayur
Copy link
Copy Markdown
Contributor Author

netlify build

@WriteMayur
Copy link
Copy Markdown
Contributor Author

netlify build

@WriteMayur
Copy link
Copy Markdown
Contributor Author

netlify build

@WriteMayur
Copy link
Copy Markdown
Contributor Author

netlify build


The `metric_thresholds` are static threshold values for each metric. A process gets flagged when it **exceeds** this value.

**How to tune:**
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace "tune" with "calibrate", "configure", or "optimize"

- Higher (0.5): Fast adaptation, more responsive (good for volatile workloads)
- Default: 0.2 (balanced)

* `min_thresholds`: Floor values - thresholds won't drop below these.This is use to prevent thresholds from becoming too sensitive.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* `min_thresholds`: Floor values - thresholds won't drop below these.This is use to prevent thresholds from becoming too sensitive.
* `min_thresholds`: Floor values - thresholds won't drop below these. This is used to prevent thresholds from becoming too sensitive.


* `min_thresholds`: Floor values - thresholds won't drop below these.This is use to prevent thresholds from becoming too sensitive.

* `max_thresholds`: Ceiling values - thresholds won't exceed these. This is use to prevent thresholds from becoming too lenient.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* `max_thresholds`: Ceiling values - thresholds won't exceed these. This is use to prevent thresholds from becoming too lenient.
* `max_thresholds`: Ceiling values - thresholds won't exceed these. This is used to prevent thresholds from becoming too lenient.


* `weights`: Importance of each metric in the composite score.
- Higher weight: Metric has more influence
- Must sum relative to your use case (doesn't need to equal 1.0)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not clear....rephrase


</CollapserGroup>

## Tuning strategy [#tuning-strategy]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace "tuning"

>

1. Verify ATP is in the pipeline processors list.
2. Check `metric_thresholds` are configured.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check whether...

>


**Problem**: ATP data was populating previously but now it's not populating. This could be due to hitting cardinality limits. ATP filters out many processes to reduce telemetry volume, but if you have a very high number of unique processes, you could still hit limits. You can [monitor your cardinality usage](/docs/data-apis/ingest-apis/metric-api/monitor-cardinality/) to track this.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"ATP data was populating previously but now it's not populating." change to "Earlier, ATP data was shown but now it is not."


**Solution**:

To troubleshoot, check if you've hit cardinality limits by going to the [cardinality management page](/docs/data-apis/ingest-apis/metric-api/cardinality-management/#per-metric-limit-adjustment) in New Relic. If you've breached limits, you can increase your [cardinality limit](/docs/data-apis/ingest-apis/metric-api/cardinality-management/#per-metric-limit-adjustment).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To troubleshoot, check if you've hit cardinality limits by going to the [cardinality management page](/docs/data-apis/ingest-apis/metric-api/cardinality-management/#per-metric-limit-adjustment) in New Relic. If you've breached limits, you can increase your [cardinality limit](/docs/data-apis/ingest-apis/metric-api/cardinality-management/#per-metric-limit-adjustment).
To troubleshoot, check whether you've hit cardinality limits by going to the [cardinality management page](/docs/data-apis/ingest-apis/metric-api/cardinality-management/#per-metric-limit-adjustment) in New Relic. If you've breached limits, you can increase your [cardinality limit](/docs/data-apis/ingest-apis/metric-api/cardinality-management/#per-metric-limit-adjustment).

Copy link
Copy Markdown
Contributor

@vpayyapilly vpayyapilly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix comments before merging.

Copy link
Copy Markdown
Contributor

@sujitnewrelic sujitnewrelic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sujitnewrelic sujitnewrelic merged commit 8a2b98b into develop Feb 19, 2026
16 checks passed
@sujitnewrelic sujitnewrelic deleted the nr-500466-atp branch February 19, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

content requests related to docs site content from_tw Identifies issues/PRs from Tech Docs writers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants