k8s.service.label
Developmenttemplate[string]as of v1.44.0
The label placed on the Service, the <key> being the label name, the value being the label value, even if the value is empty.
Examples:
- A label app with value my-service SHOULD be recorded as
the k8s.service.label.app attribute with value "my-service".
- A label data with empty string value SHOULD be recorded as
the k8s.service.label.data attribute with value "".
Examples
- my-service
Used by
entitys (1)
- k8s.service (opt-in)
* required on that signal.
History
Added as development.