How to enable optional tags from the telemetry sent by datadog-agent source and datadog sink? #21783
-
Hi team, In the documentation (e.g. source.component_received_events_count or sink.component_received_events_count) some metrics have this optional tag available but when observing it in datadog, it lacks the tag. Currently the reported metric has the component_id, component_type, component_kind, env, version, host and service tags. Do we have to configure it? If so what would be steps necessary to enable it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @dcebola-mollie ! I believe that Admittedly the docs here are a bit confusing because only some components add some of the optional tags. |
Beta Was this translation helpful? Give feedback.
Ah, gotcha, yeah. I think you'd be interested in this feature request: #7403.
As a workaround you may be able to generate the metrics you want from your events using the
log_to_metric
transform.