Skip to content

Commit a61a6b9

Browse files
committed
#15: get rid of 'dimensional' mentions in docs
1 parent e168bcc commit a61a6b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For example, the implementation of a metric is not required to perform an expens
5151
calculating percentiles, if percentiles are not included in the set of values defined for this metric.
5252
See [Getting Started](#getting-started) for details and usage examples.
5353

54-
### Advanced support for labeled (dimensional) metrics
54+
### Advanced support for labeled metrics
5555

5656
In particular, Metrics Facade supports eviction and expiration for labeled metrics,
5757
that is, for each labeled metric, it allows you to specify:
@@ -154,7 +154,7 @@ interface MetricInstance {
154154

155155
This design has been driven by the need to support labeled metrics.
156156

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,
158158
and which generates a separate "child" metric (represented by a ```MetricInstance```)
159159
for each involved (for which there was at least one update) combination of values of these attributes.*
160160

0 commit comments

Comments
 (0)