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

[Prometheus] Align on the algorithm used to transform Prometheus histograms into Elasticsearch histograms #36647

Commits on Sep 21, 2023

  1. Align on the algorithm used to transform Prometheus histograms into E…

    …lasticsearch histograms: Use the preceding bucket's value for +Inf 'le', for the first bucket only: if it has a negative 'le', use the value as-is; add test for the negative buckets; extend explanation on the counts calculation
    
    Signed-off-by: Tetiana Kravchenko <[email protected]>
    tetianakravchenko committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c90006a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    e375a40 View commit details
    Browse the repository at this point in the history
  2. fix prometheus remote_write tests; regenerate istio expected document…

    …s; revert unrelated changes
    
    Signed-off-by: Tetiana Kravchenko <[email protected]>
    tetianakravchenko committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    243e6c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

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

Commits on Oct 11, 2023

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