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

feat(metrics): exposed traffic metrics grouped by tenants, subscriptions, outputs #64

Merged
merged 4 commits into from
Apr 23, 2024

Conversation

kristofgyuracz
Copy link
Collaborator

@kristofgyuracz kristofgyuracz commented Apr 16, 2024

  • feat(metrics): exposed traffic metrics grouped by tenants, subscriptions, outputs
  • update tests for changed config

TODO:

  • Release proper collector image and use it

@kristofgyuracz kristofgyuracz force-pushed the taffic_metrics branch 3 times, most recently from ad233e8 to 494b156 Compare April 22, 2024 11:55
Copy link
Collaborator

@OverOrion OverOrion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🚀

# HELP otelcollector_output_log_count_total The number of logs sent out from each exporter.
# TYPE otelcollector_output_log_count_total counter
otelcollector_output_log_count_total{exporter="otlp/collector_otlp-openobserve",subscription="subscription-sample-1",tenant="example-tenant"} 97
otelcollector_output_log_count_total{exporter="otlp/collector_otlp-openobserve",subscription="subscription-sample-2",tenant="example-tenant"} 97
# HELP otelcollector_tenant_log_count_total The number of logs from each tenant pipeline.
# TYPE otelcollector_tenant_log_count_total counter
otelcollector_tenant_log_count_total{tenant="example-tenant"} 97

@OverOrion OverOrion merged commit cf1a61a into main Apr 23, 2024
12 checks passed
@OverOrion OverOrion deleted the taffic_metrics branch April 23, 2024 14:28
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