OpenTelemetry Logs / Traces
Example: Inserting Namespace and App Name through Resource Attributes
processors:
resource/info:
attributes:
- key: namespace
value: mymetrics
action: insert
- key: app_name
value: myapp
action: insertLast updated
Was this helpful?