This action adds static resource attributes to spans, metrics data points and log records. It is useful to add cluster-wide attributes to all telemetry signals.
attributeStringValue
fieldactionName
string
: Allows you to attach a meaningful name to the action for convenience.notes
string
: Allows you to attach notes regarding the action for convenience.disabled
boolean
: Allows you to temporarily disable the action, but keep it saved for future use.false
signals *
string[]
: An array with the signals that the processor will act on.TRACES
, METRICS
, LOGS
clusterAttributes *
object[]
: An array of attributes to be added to the telemetry signals.attributeName *
string
: The name of the attribute to be added to the telemetry signals.attributeStringValue *
string
: The value of the attribute to be added to the telemetry signals.team.name
etc.
k8s.cluster.name
: The name of the k8s cluster which can be useful to distinguish between different clusters.deployment.environment
: The environment of the cluster (e.g. production
, staging
, development
, etc).k8s.cluster.name
attribute to all telemetry signals.