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
In docs https://docs.victoriametrics.com/sd_configs/#consul_sd_configs mentioned, that vmagent supports filter field, but operator don't - operator.victoriametrics.com/v1beta1, Kind=VMScrapeConfig): .spec.consulSDConfigs[0].filter: field not declared in schema.
Can this support be added?
The text was updated successfully, but these errors were encountered:
This commit adds `filter` field to the `consulSDConfigs`. This setting exists only at
VictoriaMetrics implementation of consul service discovery. Prometheus doesn't support it.
Related issue:
#1196
Signed-off-by: f41gh7 <[email protected]>
In docs https://docs.victoriametrics.com/sd_configs/#consul_sd_configs mentioned, that vmagent supports
filter
field, but operator don't -operator.victoriametrics.com/v1beta1, Kind=VMScrapeConfig): .spec.consulSDConfigs[0].filter: field not declared in schema.
Can this support be added?
The text was updated successfully, but these errors were encountered: