-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds documentation on prometheus-ha cluster limit NRIE #19854
base: develop
Are you sure you want to change the base?
Conversation
|
Hi @scogle 👋 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. We will automatically generate a preview of your request, and will comment with a link when the preview is ready (usually 10 to 20 minutes). |
✅ Deploy Preview for docs-website-netlify ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
...infrastructure/prometheus-integrations/install-configure/prometheus-high-availability-ha.mdx
Outdated
Show resolved
Hide resolved
…l-configure/prometheus-high-availability-ha.mdx
@@ -68,7 +68,9 @@ New Relic requires two external labels to deduplicate data from replicas in a hi | |||
</tbody> | |||
</table> | |||
|
|||
The remaining sections explain how labels work with Prometheus Operator and standalone Prometheus. | |||
<Callout variant="caution"> | |||
There is a limit of 1500 unique Prometheus HA clusters per account. Exceeding this limit results in data being dropped for additional HA clusters. If this occurs, New Relic generates `PrometheusHAClusterLimit` [`NrIntegrationError`](https://docs.newrelic.com/docs/data-apis/ingest-apis/metric-api/troubleshoot-nrintegrationerror-events/) events. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggession:
There is a limit of 1500 unique Prometheus HA clusters per account. Exceeding this limit results in data being dropped for additional HA clusters. If this occurs, New Relic generates `PrometheusHAClusterLimit` [`NrIntegrationError`](https://docs.newrelic.com/docs/data-apis/ingest-apis/metric-api/troubleshoot-nrintegrationerror-events/) events. | |
An account can have up to 1,500 unique Prometheus HA clusters. If this limit is exceeded, data from additional HA clusters will be dropped. In such cases, New Relic generates `PrometheusHAClusterLimit` [`NrIntegrationError`](/docs/data-apis/ingest-apis/metric-api/troubleshoot-nrintegrationerror-events/) events. |
Please follow conventional commit standards
in your commit messages and pull request title.
Give us some context
This limit has always existed in the platform but has until recently not caused
NewRelicIntegrationErrors
to be created. This updates the documentation both to describe the limit and the NRIE.