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

[exporterhelper] Add data_type attribute to internal queue metrics #10593

Commits on Jul 23, 2024

  1. [exporterhelper] Add data_type attribute to internal queue metric

    Add data_type attribute to the internal otelcol_exporter_queue_size metric to report the type of data being processed.
    
    All other metrics have the data type reported as part of their names. We could've done the same for queue metrics, but that would introduce a significant breaking change. We want to avoid that until we have all the metrics standardized with OpenTelemetry semantic conventions.
    dmitryax committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b4b1968 View commit details
    Browse the repository at this point in the history