Skip to content

Conversation

DanielStuempel
Copy link

Fixing two issues with the prometheus rules generated by the opentelemetry-collector helm chart:

  1. Add missing _total suffixes to otelcol_exporter_enqueue_failed_* metrics.
    The opentelemetry-collector only exports these metrics including the _total suffix.
  2. Compare otelcol_exporter_queue_size to otelcol_exporter_queue_capacity instead of a fixed value.
    The curent value of 5000 is also way above what seems to be the default queue capacity of 1000.

Signed-off-by: Daniel Stümpel <daniel.stuempel@gmx.de>
Signed-off-by: Daniel Stümpel <daniel.stuempel@gmx.de>
Copy link

linux-foundation-easycla bot commented Sep 12, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

@TylerHelmuth
Copy link
Member

@DanielStuempel some other collector chart PRs were merged first. Please bump the chart version again and regenerate the examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants