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

Add support for low memory metric temporality setting #5558

Merged
merged 3 commits into from
Jun 27, 2023

Commits on Jun 20, 2023

  1. Add support for low memory metric temporality setting

    `otel.exporter.otlp.metrics.temporality.preference` and `OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE` now support `LOWMEMORY` or `LowMemory` settings.
    
    For more information, see https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk_exporters/otlp.md#additional-configuration.
    tylerbenson committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    72e1d6f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Add lowMemory unit test

    tylerbenson committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    eb05682 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

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