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

query-frontend: pass on limit parameter for label names and values requests #7722

Commits on Apr 3, 2024

  1. query-frontend: pass on limit parameter for label names and values …

    …requests
    
    This PR passes on the `limit` parameter from requests. It also includes it in cache keys if it's present
    
    Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
    dimitarvdimitrov committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    53f5f4f View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG.md entry

    Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
    dimitarvdimitrov committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d750bb4 View commit details
    Browse the repository at this point in the history
  3. Use uint64 for limit

    Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
    dimitarvdimitrov committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    81b3329 View commit details
    Browse the repository at this point in the history
  4. Make limit setting more explicit

    Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
    dimitarvdimitrov committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    663121c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 12, 2024

  1. Merge branch 'refs/heads/main' into dimitar/query-frontend/pass-limit…

    …-parameter-on-labels-requests
    
    # Conflicts:
    #	pkg/frontend/querymiddleware/model.pb.go
    #	pkg/frontend/querymiddleware/model.proto
    dimitarvdimitrov committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f566012 View commit details
    Browse the repository at this point in the history
  2. Add Limit to structs

    Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
    dimitarvdimitrov committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    dbd10c2 View commit details
    Browse the repository at this point in the history