Skip to content

Commit

Permalink
Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
grafsean committed Jul 9, 2024
1 parent fe745e2 commit 70c2405
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/sources/configure/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 70c2405

Please sign in to comment.