prometheusexporter doesnt export target_info #21666
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
-
@IvanZenger |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late response, completely overlooked this question :( to generate
I don't think it is possible. target_info is generated based on resource attributes. So the only way to remove the label from target_info is to remove the resource attribute from metrics data points |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
With
prometheusexporter
there is notarget_info
exported.In the receiving spans (OTLP), export these to the
spanmetrics
Connector and then send them toprometheusexporter
.Note: target_info is exported with
prometheusremotewriteexport
.And Second Question: Is there an option to drop label of target_info in prometheusremotewriteexport before they get exported?
This is my config:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions