File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ full reference.
6666The resolved version of the metric above would look like this :
6767
6868` ` ` yaml
69- attributes :
69+ attribute_catalog :
7070...
7171- key: my.operation.name
7272 type: string
@@ -77,20 +77,19 @@ attributes:
7777registry:
7878 attributes:
7979 ...
80- - 888
81- - 1042
80+ - 888 # this is the index of ` server.address` in the attribute_catalog
81+ - 1042 # this is the index of `my.operation.name` in attribute_catalog
8282 ...
8383 metrics :
8484 - name : my.client.operation.duration
8585 instrument : histogram
8686 unit : s
8787 attributes :
88- - base: 1042 # this is the index of ` my.operation.name` in attributes list
88+ - base : 1042 # this is the index of `my.operation.name` in attribute_catalog
8989 requirement_level : required
90- - base : 888 # this is the index of `server.address` in the attributes list
90+ - base : 888 # this is the index of `server.address` in the attribute_catalog
9191 requirement_level : recommended
9292 ...
93-
9493```
9594
9695Instead of references, we see indexes of attributes along with overridden properties.
You can’t perform that action at this time.
0 commit comments