Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(operator): Add support for the volume API #13369

Merged
merged 14 commits into from
Jul 3, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ limits_config:
cardinality_limit: {{ .Stack.Limits.Global.QueryLimits.CardinalityLimit }}
max_streams_matchers_per_query: 1000
query_timeout: {{ .Stack.Limits.Global.QueryLimits.QueryTimeout }}
volume_enabled: true
volume_max_series: 1000
jatinsu marked this conversation as resolved.
Show resolved Hide resolved
periklis marked this conversation as resolved.
Show resolved Hide resolved
{{- if .Retention.Enabled }}{{- with .Stack.Limits.Global.Retention }}
retention_period: {{.Days}}d
{{- with .Streams }}
Expand Down
Loading