You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ECS defines Service fields. APM defines additional service fields, including:
service.environment
service.framework
service.language
service.runtime
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.
The text was updated successfully, but these errors were encountered:
ECS defines Service fields. APM defines additional service fields, including:
service.environment
service.framework
service.language
service.runtime
We should propose extensions to ECS to accommodate these fields. The names may need changing, e.g. perhaps rename
service.runtime
to justruntime
, andservice.framework
tosoftware.framework
orapplication.framework
.We should also consider allowing
service
to be nestable under the destination namespace, which would then take place ofspan.destination.service.*
fields used for service map metrics.The text was updated successfully, but these errors were encountered: