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

fix: Coerce aggregation_temporality value to a symbol #1741

Merged

Commits on Oct 7, 2024

  1. fix: Coerce aggregation_temporality to symbol

    The OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE env var sets the
    temporality as a string. However, checks throughout the metrics SDK and
    the OTLP exporter expect the temporality to be a symbol.
    
    Now, when aggregations that use this env var are initialized, the
    temporality will be coerced into a symbol.
    kaylareopelle committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6d9fb2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed080e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    5d961a2 View commit details
    Browse the repository at this point in the history