contour icon indicating copy to clipboard operation
contour copied to clipboard

Capability to change envoy histogram buckets

Open themkarimi opened this issue 1 year ago • 0 comments

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 avatar Oct 12 '24 06:10 themkarimi