Skip to content

Commit 7eedab3

Browse files
apmmachineapmmachine
andauthored
synchronize json schema specs (elastic#1372)
Co-authored-by: apmmachine <infra-root-apmmachine@elastic.co>
1 parent f55f30d commit 7eedab3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

tests/upstream/json-specs/metricset.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,31 @@
129129
}
130130
}
131131
},
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+
"type": [
142+
"null",
143+
"string"
144+
],
145+
"maxLength": 1024
146+
},
147+
"version": {
148+
"description": "Version of the correlated service.",
149+
"type": [
150+
"null",
151+
"string"
152+
],
153+
"maxLength": 1024
154+
}
155+
}
156+
},
132157
"span": {
133158
"description": "Span holds selected information about the correlated transaction.",
134159
"type": [

0 commit comments

Comments
 (0)