coredns/plugin/pkg/proxy
Ben Kochie 0d6e113f90
Enable Prometheus native histograms (#6524)
Add a NativeHistogramBucketFactor parameter to the use of
`NewHistogramVec` in order to enable use of Prometheus Native
Histograms.

This will store automatically computed sparse buckets in CoreDNS.
If a compatible Prometeus requests native histograms this data will
returned instead of the static buckets.

The default factor of 1.05 should provide high quality resolution data.

Signed-off-by: SuperQ <superq@gmail.com>
2024-03-11 16:09:09 -04:00
..
connect.go Handle UDP responses that overflow with TC bit with test case (#6277) 2023-09-07 15:01:45 -04:00
errors.go plugin/forward: Allow Proxy to be used outside of forward plugin. (#5951) 2023-03-24 08:55:51 -04:00
health.go Fix forward metrics for backwards compatibility (#6178) 2023-07-04 16:35:55 +02:00
health_test.go Use the correct root domain name in the proxy plugin's TestHealthX tests (#6395) 2023-11-08 12:00:32 -08:00
metrics.go Enable Prometheus native histograms (#6524) 2024-03-11 16:09:09 -04:00
persistent.go Fix forward metrics for backwards compatibility (#6178) 2023-07-04 16:35:55 +02:00
persistent_test.go Fix forward metrics for backwards compatibility (#6178) 2023-07-04 16:35:55 +02:00
proxy.go Fix forward metrics for backwards compatibility (#6178) 2023-07-04 16:35:55 +02:00
proxy_test.go Handle UDP responses that overflow with TC bit with test case (#6277) 2023-09-07 15:01:45 -04:00
type.go plugin/forward: Allow Proxy to be used outside of forward plugin. (#5951) 2023-03-24 08:55:51 -04:00