Skip to content

Commit e41c1d8

Browse files
authored
add annotation for statsCompression (#3469)
1 parent 81bc190 commit e41c1d8

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

annotation/annotations.gen.go

+14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

annotation/annotations.pb.html

+23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

annotation/annotations.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -592,3 +592,13 @@ annotations:
592592
hidden: true
593593
resources:
594594
- Pod
595+
596+
- name: sidecar.istio.io/statsCompression
597+
featureStatus: Alpha
598+
description: |
599+
Specifies the compression algorithm to use for stats emitted by the Envoy sidecar.
600+
Supported values are `brotli`, `gzip`, and `zstd`.
601+
deprecated: false
602+
hidden: false
603+
resources:
604+
- Pod

0 commit comments

Comments
 (0)