|
|
|
@ -3613,18 +3613,17 @@ otlp_config: |
|
|
|
|
# CLI flag: -validation.enforced-labels |
|
|
|
|
[enforced_labels: <list of strings> | default = []] |
|
|
|
|
|
|
|
|
|
# Map of policies to stream selectors with a priority. Experimental. |
|
|
|
|
# Example: |
|
|
|
|
# policy_stream_mapping: |
|
|
|
|
# finance: |
|
|
|
|
# - selectors: ["{namespace="prod", container="billing"}"] |
|
|
|
|
# priority: 2 |
|
|
|
|
# ops: |
|
|
|
|
# - selectors: ["{namespace="prod", container="ops"}"] |
|
|
|
|
# priority: 1 |
|
|
|
|
# staging: |
|
|
|
|
# - selectors: ["{namespace="staging"}, {namespace="dev"}"] |
|
|
|
|
# priority: 1 |
|
|
|
|
# Map of policies to stream selectors with a priority. Experimental. Example: |
|
|
|
|
# policy_stream_mapping: |
|
|
|
|
# finance: |
|
|
|
|
# - selector: '{namespace="prod", container="billing"}' |
|
|
|
|
# priority: 2 |
|
|
|
|
# ops: |
|
|
|
|
# - selector: '{namespace="prod", container="ops"}' |
|
|
|
|
# priority: 1 |
|
|
|
|
# staging: |
|
|
|
|
# - selector: '{namespace="staging"}' |
|
|
|
|
# priority: 1 |
|
|
|
|
[policy_stream_mapping: <map of string to list of PriorityStreams>] |
|
|
|
|
|
|
|
|
|
# The number of partitions a tenant's data should be sharded to when using kafka |
|
|
|
|