elastic / apm-server

https://www.elastic.co/guide/en/apm/guide/current/index.html
Other
1.2k stars 515 forks source link

model: align service with ECS #3875

Open axw opened 4 years ago

axw commented 4 years ago

ECS defines Service fields. APM defines additional service fields, including:

We should propose extensions to ECS to accommodate these fields. The names may need changing, e.g. perhaps rename service.runtime to just runtime, and service.framework to software.framework or application.framework.

We should also consider allowing service to be nestable under the destination namespace, which would then take place of span.destination.service.* fields used for service map metrics.

graphaelli commented 4 years ago

relates to elastic/ecs#891