Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📈 cdviz-collector: expose prometheus metrics #16

Open
davidB opened this issue Feb 11, 2024 · 0 comments
Open

📈 cdviz-collector: expose prometheus metrics #16

davidB opened this issue Feb 11, 2024 · 0 comments

Comments

@davidB
Copy link
Contributor

davidB commented Feb 11, 2024

  • expose metrics to prometheus:
    • cdviz_cdevent_total that count the number of events created by sources, or send by sink, with labels:
      • stage: source or sink
      • stage_name: the name of the source or the sink
      • error: empty string if none, else error kind
    • cdviz_processing_duration time between creation by the source with label
      • sink_name: the name of the sink
      • source_name: the name of the source
  • show the metrics on grafana dashboard "cdviz-collector activities"
    • count by stage_name
    • increase by stage_name
  • add the ServiceMonitor as part of the cdviz-collector chart if not exists

Explore if those metrics could not be extracted by using metrics extracted from tracing-span (see the contrib spanprocessor in otel-collector processor)?

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

No branches or pull requests

1 participant