18 Nov 2025 04:09 PM - edited 18 Nov 2025 04:10 PM
I am trying to enrich the metric with one of the host tag values which can be set as dt.security_context for better filtering through the Openpipeline metric processing.
Is it possible to access the host tags for the host metric ingested?
I do get the host id and host group id, is there some other information like meatdata, ostype, etc of host available in the openpipeline processing?
Kind Regards,
Kumaravel
23 Nov 2025 05:26 PM
Hi @kumaravel
If you are using OneAgent for the ingest metric, I think the host tag is part of the register automaticaly.
Do you have any picture? or more detail please.
23 Nov 2025 07:53 PM
Those values are not available in OpenPipeline processing. For fast processing, lookups are not available. For general enrichment, look at primary grail fields: https://docs.dynatrace.com/docs/shortlink/semantic-dictionary-primary-grail-fields .
@PierreGutierrez, afaik only the custom properties (not tags) you set on the host level are added as dimensions for host and process group metrics (from that host).
If you want to add this information for reporting, an easier approach would be to look up the data in DQL on query time.