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

prometheusremotewrite: Don't generate target_info unless there are metrics #32318

Merged

Commits on Apr 11, 2024

  1. prometheusremotewrite: Don't generate target_info if no metrics

    Modify prometheusremotewrite.FromMetrics to not generate target_info
    if there are no metrics, as you can't detect the most recent timestamp.
    Currently, if there are no metrics, a target_info metric is generated
    with the Unix epoch for timestamp.
    
    Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
    aknuds1 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    64bee69 View commit details
    Browse the repository at this point in the history
  2. Update .chloggen/bugfix_missing-resource-timestamp.yaml

    Co-authored-by: David Ashpole <dashpole@google.com>
    aknuds1 and dashpole authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8e39ac5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22e2d17 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Merge remote-tracking branch 'open-telemetry/main' into bugfix/missin…

    …g-resource-timestamp
    
    Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
    aknuds1 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b9e0a99 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    579b872 View commit details
    Browse the repository at this point in the history
  2. Fix test

    Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
    aknuds1 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b71e871 View commit details
    Browse the repository at this point in the history