Skip to content

Commit

Permalink
Update RELEASES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz authored Dec 25, 2023
1 parent c5aa020 commit 27a5ff3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions metrics/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ capture it and utilize it.

As an example, users may wish to filter out metrics defined by a particular crate because they don't
care about them at all. While they might have previously been able to get lucky and simply filter
the metrics by a common prefix, this still allows for changes to the metric names to breaking the
filter configuration. If we could instead filter by module path, where we can simply use the crate
name itself, then we'd catch all metrics for that crate regardless of their name and regardless of
the crate version.
the metrics by a common prefix, this still allows for changes to the metric names to break the
filter configuration. If we instead filtered by module path, where we can simply use the crate name
itself, then we'd catch all metrics for that crate regardless of their name and regardless of the
crate version.

Similarly, as another example, users may wish to only emit common metrics related to operation of
their application/service in order to consume less resources, pay less money for the ingest/storage
Expand Down

0 comments on commit 27a5ff3

Please sign in to comment.