There was an error while loading. Please reload this page.
1 parent f55f30d commit 7eedab3Copy full SHA for 7eedab3
tests/upstream/json-specs/metricset.json
@@ -129,6 +129,31 @@
129
}
130
131
},
132
+ "service": {
133
+ "description": "Service holds selected information about the correlated service.",
134
+ "type": [
135
+ "null",
136
+ "object"
137
+ ],
138
+ "properties": {
139
+ "name": {
140
+ "description": "Name of the correlated service.",
141
142
143
+ "string"
144
145
+ "maxLength": 1024
146
+ },
147
+ "version": {
148
+ "description": "Version of the correlated service.",
149
150
151
152
153
154
+ }
155
156
157
"span": {
158
"description": "Span holds selected information about the correlated transaction.",
159
"type": [
0 commit comments