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: update otel versions for prometheus to 0.27 #2309

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    984b0d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a90361 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e356a6c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. fix: improve error handling and update temporality logic

    Enhanced error messages with specific names and differentiated warnings. Updated temporality method for Prometheus to always return cumulative temporality, aligning with Prometheus behavior.
    kudlatyamroth committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    992c852 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

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

Commits on Nov 25, 2024

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

Commits on Nov 27, 2024

  1. chore: rename error messages for clarity and consistency

    Updated several error log names in `opentelemetry-prometheus/src/lib.rs` for better clarity and consistency. This includes renaming `AcquireLockError`, `ReaderError`, and `MetricValidation` to `MetricScrapeFailed` and `MetricValidationFailed`.
    kudlatyamroth committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    2590604 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

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

Commits on Dec 2, 2024

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

Commits on Dec 3, 2024

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