diff --git a/app/assets/mesh/dev/raw/crds/kuma.io_meshtraces.yaml b/app/assets/mesh/dev/raw/crds/kuma.io_meshtraces.yaml index 19f58e12f7e6..b16244ce6853 100644 --- a/app/assets/mesh/dev/raw/crds/kuma.io_meshtraces.yaml +++ b/app/assets/mesh/dev/raw/crds/kuma.io_meshtraces.yaml @@ -142,7 +142,7 @@ spec: anyOf: - type: integer - type: string - default: 100% + default: 100 description: |- Target percentage of requests that will be force traced if the 'x-client-trace-id' header is set. Mirror of client_sampling in Envoy @@ -153,13 +153,13 @@ spec: anyOf: - type: integer - type: string - default: 100% + default: 100 description: |- Target percentage of requests will be traced after all other sampling checks have been applied (client, force tracing, random sampling). This field functions as an upper limit on the total - configured sampling rate. For instance, setting client_sampling to 100% - but overall_sampling to 1% will result in only 1% of client requests with + configured sampling rate. For instance, setting client to 100 + but overall to 1 will result in only 1% of client requests with the appropriate headers to be force traced. Mirror of overall_sampling in Envoy https://github.com/envoyproxy/envoy/blob/v1.22.0/api/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto#L142-L150 @@ -169,7 +169,7 @@ spec: anyOf: - type: integer - type: string - default: 100% + default: 100 description: |- Target percentage of requests that will be randomly selected for trace generation, if not requested by the client or not forced.