Skip to content

Commit 7e41a84

Browse files
authored
Update RELEASES.md
1 parent c6c6844 commit 7e41a84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

metrics/RELEASES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ capture it and utilize it.
3737

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

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

0 commit comments

Comments
 (0)