Skip to content

Commit

Permalink
Adding service.version (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbarny authored May 10, 2022
1 parent 6d11490 commit d8ee4d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ The following example describes a richer set of fields in an event that has not
"trace.id": "4bf92f3577b34da6a3ce929d0e0e4736",
"transaction.id": "00f067aa0ba902b7",
"service.name": "opbeans",
"service.version": "1.2.3",
"event.dataset": "opbeans.log"
}
```
Expand Down
9 changes: 9 additions & 0 deletions spec/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@
"When an APM agent is active and `service_node_name` is manually configured, the agent should auto-configure this field if not already set."
]
},
"service.version": {
"type": "string",
"required": false,
"url": "https://www.elastic.co/guide/en/ecs/current/ecs-service.html#field-service-version",
"comment": [
"Configurable by users.",
"When an APM agent is active, it should auto-configure it if not already set."
]
},
"event.dataset": {
"type": "string",
"required": false,
Expand Down

0 comments on commit d8ee4d4

Please sign in to comment.