File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ For example, the implementation of a metric is not required to perform an expens
51
51
calculating percentiles, if percentiles are not included in the set of values defined for this metric.
52
52
See [ Getting Started] ( #getting-started ) for details and usage examples.
53
53
54
- ### Advanced support for labeled (dimensional) metrics
54
+ ### Advanced support for labeled metrics
55
55
56
56
In particular, Metrics Facade supports eviction and expiration for labeled metrics,
57
57
that is, for each labeled metric, it allows you to specify:
@@ -154,7 +154,7 @@ interface MetricInstance {
154
154
155
155
This design has been driven by the need to support labeled metrics.
156
156
157
- *** Labeled (dimensional) metric*** * is a metric with which a set of attributes (*** labels*** ) is associated,
157
+ *** Labeled metric*** * is a metric with which a set of attributes (*** labels*** ) is associated,
158
158
and which generates a separate "child" metric (represented by a ``` MetricInstance ``` )
159
159
for each involved (for which there was at least one update) combination of values of these attributes.*
160
160
You can’t perform that action at this time.
0 commit comments