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
While testing to send traces through the collector (which are processed correctly), we noticed that nothing is shown for "Processed Spans". This is looking for the metric otelcol_processor_accepted_spans, which is not exported by the collector, although the level: detailed is set.
We don't know, why this is the case. Reading the docs, and seeing, that attributesprocessor is also using the processorhelper, this should work.
The only processor related metrics that we see, are all otelcol_processor_batch_....
I think I found an issue. We still used the deprecated memory_ballast extension. I now switched to the memory_limiter processor. Now I can see otelcol_processor_accepted_spans metrics exported.
Component(s)
processor/attributes
Describe the issue you're reporting
Hi,
we are currently running the
collector-contrib
image version0.100.0
with this configWe also use this grafana dashboard.
While testing to send
traces
through the collector (which are processed correctly), we noticed that nothing is shown for "Processed Spans". This is looking for the metricotelcol_processor_accepted_spans
, which is not exported by the collector, although thelevel: detailed
is set.We don't know, why this is the case. Reading the docs, and seeing, that
attributesprocessor
is also using theprocessorhelper
, this should work.The only
processor
related metrics that we see, are allotelcol_processor_batch_....
We see
otelcol_receiver_accepted_spans
but I would expect, that this should also exist forotelcol_processor_accepted_spans
(as documented also at https://opentelemetry.io/docs/collector/internal-telemetry/#activate-internal-telemetry-in-the-collector)Any hints why we don't see this?
Thanks
The text was updated successfully, but these errors were encountered: