From 70c24056193f73cfdb14ceb9f47d3c814b97474d Mon Sep 17 00:00:00 2001 From: Sean Packham Date: Tue, 9 Jul 2024 11:11:14 +0100 Subject: [PATCH] Edits --- docs/sources/configure/options.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/sources/configure/options.md b/docs/sources/configure/options.md index 8783236a1..de403febc 100644 --- a/docs/sources/configure/options.md +++ b/docs/sources/configure/options.md @@ -521,11 +521,10 @@ attributes: In the previous example, all the metrics with a name starting with `http_` (or `http.`) would include all the possible attributes but `http_path` and `http_route` (or `http.path`/`http.route`). -But the `http_client_*` and `http_server_*` sections would override the base configuration, enabling the +The `http_client_*` and `http_server_*` sections would override the base configuration, enabling the `http_path` attribute for the HTTP client metrics and `http_route` for the HTTP server metrics. -When a metric name matches multiple definitions using wildcards, the metrics inclusion/exclusion lists -are applied in order from more generic to more specific. +When a metric name matches multiple definitions using wildcards, exact matches have higher precedence than wild card matches. ### Instance ID decoration