opentelemetry-collector icon indicating copy to clipboard operation
opentelemetry-collector copied to clipboard

Exporting metdata of the collected data

Open jainaashish opened this issue 3 years ago • 1 comments
trafficstars

Hi

Is there a way to export metadata of the collected data from OpenTelemetry collector? Fo example, for collected metric data, I want to know what is the metric name? associated Tags? timestamp of the data? etc...

Is there already an extension which can help get this metadata? if not, is it possible to build such extension with current features? Appreciate any help or pointers in this regard.

jainaashish avatar Jun 13 '22 17:06 jainaashish

Not sure I understand the question. If your workload generates metrics with the OpenTelemetry SDK, sending this as OTLP to the collector, you have all of that already (metric name, tags, ...). Could you please expand on your use case?

jpkrohling avatar Jul 04 '22 17:07 jpkrohling