You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears this configuration item may not be supported by the operator:
# staleness_interval defines an interval after which the series state will be reset if no samples have been sent during it.
# It means that:
# - no data point will be written for a resulting time series if it didn't receive any updates during configured interval,
# - if the series receives updates after the configured interval again, then the time series will be calculated from the initial state
# (it's like this series didn't exist until now).
# Increase this parameter if it is expected for matched metrics to be delayed or collected with irregular intervals exceeding the `interval` value.
# By default, is equal to x2 of the `interval` field.
# The parameter is only relevant for outputs: total, increase and histogram_bucket.
#
# staleness_interval: 2m
Error from server (BadRequest): error when replacing "webscale-vmb-feed.yaml": VMAgent in version "v1beta1" cannot be handled as a VMAgent: strict decoding error: unknown field "spec.remoteWrite[5].streamAggrConfig.rules[0].flush_on_shutdown"
The text was updated successfully, but these errors were encountered:
unclear if this is even a valid option - comes right out of agent docs, but this occurs with updated config:
2024-01-29T19:09:49.847Z fatal VictoriaMetrics/app/vmagent/remotewrite/remotewrite.go:745 cannot initialize stream aggregators from -remoteWrite.streamAggr.config="/etc/vm/stream-aggr/RWS_5-CM-STREAM-AGGR-CONF": cannot initialize aggregators from "/etc/vm/stream-aggr/RWS_5-CM-STREAM-AGGR-CONF": cannot parse stream aggregation config: yaml: unmarshal errors:
line 5: field flush_on_shutdown not found in type streamaggr.Config
Haleygo
changed the title
flush_on_shutdown for streamingaggregation configuration in operator
api/vmagent: support flush_on_shutdown for streamingaggregation configuration
Jan 30, 2024
It appears this configuration item may not be supported by the operator:
https://docs.victoriametrics.com/stream-aggregation/#stream-aggregation-config
Error from server (BadRequest): error when replacing "webscale-vmb-feed.yaml": VMAgent in version "v1beta1" cannot be handled as a VMAgent: strict decoding error: unknown field "spec.remoteWrite[5].streamAggrConfig.rules[0].flush_on_shutdown"
The text was updated successfully, but these errors were encountered: