Skip to content

Commit 870636f

Browse files
authored
stats: allow custom histogram buckets (#2800)
* stats: allow custom histogram buckets Signed-off-by: Kuat Yessenov <[email protected]> * fix docs Signed-off-by: Kuat Yessenov <[email protected]> * fix Signed-off-by: Kuat Yessenov <[email protected]> --------- Signed-off-by: Kuat Yessenov <[email protected]>
1 parent c446bf7 commit 870636f

File tree

3 files changed

+43
-5
lines changed

3 files changed

+43
-5
lines changed

annotation/annotations.gen.go

Lines changed: 19 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

annotation/annotations.pb.html

Lines changed: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

annotation/annotations.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,14 @@ annotations:
199199
resources:
200200
- Pod
201201

202+
- name: sidecar.istio.io/statsHistogramBuckets
203+
featureStatus: Alpha
204+
description: Specifies the custom histogram buckets with a prefix matcher to separate the Istio mesh metrics from the Envoy stats, e.g. `{"istio":[1,5,10,50,100,500,1000,5000,10000],"envoy":[1,5,10,25,50,100,250,500,1000,2500,5000,10000]}`. Default buckets are `[0.5,1,5,10,25,50,100,250,500,1000,2500,5000,10000,30000,60000,300000,600000,1800000,3600000]`.
205+
deprecated: false
206+
hidden: false
207+
resources:
208+
- Pod
209+
202210
- name: sidecar.istio.io/userVolume
203211
featureStatus: Alpha
204212
description: Specifies one or more user volumes (as a JSON array) to be added to
@@ -467,7 +475,7 @@ annotations:
467475

468476
- name: sidecar.istio.io/extraStatTags
469477
featureStatus: Alpha
470-
description: An additional list of tags to extract from the in-proxy Istio telemetry. each additional tag needs to be present in this list.
478+
description: An additional list of tags to extract from the in-proxy Istio Wasm telemetry. Each additional tag needs to be present in this list.
471479
deprecated: false
472480
hidden: false
473481
resources:
@@ -521,4 +529,4 @@ annotations:
521529
deprecated: false
522530
hidden: true
523531
resources:
524-
- Any
532+
- Any

0 commit comments

Comments
 (0)