Skip to content

Commit

Permalink
style(Prometheus): Style edits
Browse files Browse the repository at this point in the history
  • Loading branch information
x8a committed Oct 26, 2021
1 parent 231018c commit 205d72a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To decide what data to include or exclude, use New Relic's [Metric API](/docs/da
* To filter out targets instead of the metrics, use the `scrape_enabled_label` configuration option.

<Callout variant="caution">
[Histogram](https://prometheus.io/docs/concepts/metric_types/#histogram) and [Summary](https://prometheus.io/docs/concepts/metric_types/#summary) metrics type filtering applies to the `base name` and is not possible to filter by the timeseries `_bucket`, `_sum` or `_count` for that metric.
The [histogram](https://prometheus.io/docs/concepts/metric_types/#histogram) and [summary](https://prometheus.io/docs/concepts/metric_types/#summary) metrics type filtering apply to the `base name`. You can't filter by the `_bucket`, `_sum`, or `_count` timeseries for that metric.
</Callout>

The [`nri-prometheus-latest.yaml`](https://download.newrelic.com/infrastructure_agent/integrations/kubernetes/nri-prometheus-latest.yaml) manifest file includes the `nri-prometheus-cfg` config map showing an [example configuration](/docs/integrations/prometheus-integrations/configure/configure-prometheus-openmetrics-integration). The integration will ignore or include metrics before executing the other functions to [add, rename, or copy attributes](/docs/integrations/prometheus-integrations/view-query-data/add-rename-copy-prometheus-attributes).
Expand Down

0 comments on commit 205d72a

Please sign in to comment.