File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ capture it and utilize it.
37
37
38
38
As an example, users may wish to filter out metrics defined by a particular crate because they don't
39
39
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.
44
44
45
45
Similarly, as another example, users may wish to only emit common metrics related to operation of
46
46
their application/service in order to consume less resources, pay less money for the ingest/storage
You can’t perform that action at this time.
0 commit comments