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

Capability to change envoy histogram buckets #6700

Open
themkarimi opened this issue Oct 12, 2024 · 0 comments
Open

Capability to change envoy histogram buckets #6700

themkarimi opened this issue Oct 12, 2024 · 0 comments
Labels
kind/question Categorizes an issue as a user question. lifecycle/needs-triage Indicates that an issue needs to be triaged by a project contributor.

Comments

@themkarimi
Copy link

Is it possible to change envoy histogram buckets in contour? we have done this before in envoy using this configuration:

      histogram_bucket_settings:
        - match:
            safe_regex:
              google_re2: {}
              regex: ".*" 
          buckets:
            - 1
            - 10
            - 50
            - 250
            - 500
            - 1000
            - 5000     
@themkarimi themkarimi added kind/question Categorizes an issue as a user question. lifecycle/needs-triage Indicates that an issue needs to be triaged by a project contributor. labels Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Categorizes an issue as a user question. lifecycle/needs-triage Indicates that an issue needs to be triaged by a project contributor.
Projects
None yet
Development

No branches or pull requests

1 participant