You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using alloy to scrape metrics from kube-state-metrics and apply transformations to make it OTEL compatible. kube-state-metrics sets labels of the scraped pod which we then want to pipe through alloy processors to change the names e.g., however, from what we have noticed, if we are using the available processors like otelcol.processor.transform the attribute values get really screwed and it looks like a randomly selected value gets applied to the attribute value for the metrics of all the pods in the scraped set of metrics.
We suspect that the only way to achieve what we need is to use is groupbyattrsprocessor from opentelemetry-collector-contrib. What it be possible to add a wrapper for this processor in alloy?
The text was updated successfully, but these errors were encountered:
Request
alloy
is missing a wrapper forgroupbyattrsprocessor
from opentelemetry-collector-contrib.Use case
We are using
alloy
to scrape metrics fromkube-state-metrics
and apply transformations to make it OTEL compatible.kube-state-metrics
sets labels of the scraped pod which we then want to pipe throughalloy
processors to change the names e.g., however, from what we have noticed, if we are using the available processors likeotelcol.processor.transform
the attribute values get really screwed and it looks like a randomly selected value gets applied to the attribute value for the metrics of all the pods in the scraped set of metrics.We suspect that the only way to achieve what we need is to use is
groupbyattrsprocessor
fromopentelemetry-collector-contrib
. What it be possible to add a wrapper for this processor inalloy
?The text was updated successfully, but these errors were encountered: