Skip to content

Commit d8ee4d4

Browse files
authored
Adding service.version (#58)
1 parent 6d11490 commit d8ee4d4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

spec/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ The following example describes a richer set of fields in an event that has not
7474
"trace.id": "4bf92f3577b34da6a3ce929d0e0e4736",
7575
"transaction.id": "00f067aa0ba902b7",
7676
"service.name": "opbeans",
77+
"service.version": "1.2.3",
7778
"event.dataset": "opbeans.log"
7879
}
7980
```

spec/spec.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@
8585
"When an APM agent is active and `service_node_name` is manually configured, the agent should auto-configure this field if not already set."
8686
]
8787
},
88+
"service.version": {
89+
"type": "string",
90+
"required": false,
91+
"url": "https://www.elastic.co/guide/en/ecs/current/ecs-service.html#field-service-version",
92+
"comment": [
93+
"Configurable by users.",
94+
"When an APM agent is active, it should auto-configure it if not already set."
95+
]
96+
},
8897
"event.dataset": {
8998
"type": "string",
9099
"required": false,

0 commit comments

Comments
 (0)