feat: NR ATP docs#22931
Conversation
|
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. |
|
netlify build |
🚀 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): |
|
netlify build |
|
netlify build |
|
netlify build |
|
netlify build |
|
netlify build |
|
netlify build |
|
netlify build |
|
netlify build |
|
|
||
| The `metric_thresholds` are static threshold values for each metric. A process gets flagged when it **exceeds** this value. | ||
|
|
||
| **How to tune:** |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
| * `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. |
There was a problem hiding this comment.
| * `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) |
|
|
||
| </CollapserGroup> | ||
|
|
||
| ## Tuning strategy [#tuning-strategy] |
| > | ||
|
|
||
| 1. Verify ATP is in the pipeline processors list. | ||
| 2. Check `metric_thresholds` are configured. |
| > | ||
|
|
||
|
|
||
| **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. |
There was a problem hiding this comment.
"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). |
There was a problem hiding this comment.
| 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). |
vpayyapilly
left a comment
There was a problem hiding this comment.
Fix comments before merging.
This PR adds ATP documentation for OpenTelemetry.