@@ -18,7 +18,8 @@ namespaceLicenseKeys: {}
1818# -- Use this instead of namespaceLicenseKeys to avoid storing license keys in values.yaml.
1919# -- The secret must contain a key named NAMESPACE_LICENSE_KEY_MAP with a JSON-encoded namespace-to-license-key map.
2020customSecretNamespaceLicenseKeys : " "
21- # -- If using a customSecretLicenseKey, you must supply your region "US"/"EU". Otherwise, leave this value as an empty string.
21+ # -- If using a customSecretLicenseKey, you must supply your region "US"/"EU"/"JP". Otherwise, leave this value as an empty string.
22+ # -- Accepted values: "staging", "US", "EU", "JP". Leave this value as an empty string for US (default).
2223region : " "
2324# -- Custom OTLP endpoint URL. When set, this takes precedence over the region-based static endpoints.
2425customOtlpEndpoint : " "
@@ -69,7 +70,7 @@ ai_monitoring:
6970 # 'auto' (send only when neither APM nor OTel agent is attached)
7071 enabled : false
7172 # samplingLatency represents the sampling latency threshold for the spans to export.
72- # Options: p1, p10, p50, p90, p99.
73+ # Options: any percentile from p0 to p99 (e.g., p0, p1, p5, p10, p50, p90, p99) .
7374 samplingLatency : " p50"
7475 # -- samplingErrorRate represents the error rate threshold
7576 # for an HTTP route where surpassing it would mean the
@@ -195,7 +196,7 @@ logDataFilters:
195196# Each protocol has the flexibility to selectively enable the type of OTLP data to export.
196197# Metrics are sent by default when a protocol is enabled and it supports metrics. Note: AMQP, Kafka, DNS do not report metrics.
197198# samplingLatency represents the sampling latency threshold for the spans to export.
198- # Options: p1, p10, p50, p90, p99.
199+ # Options: any percentile from p0 to p99 (e.g., p0, p1, p5, p10, p50, p90, p99) .
199200protocols :
200201 global :
201202 # Controls maximum unlinked spans reported per protocol. Set to 0 to disable limit.
0 commit comments