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

when use groupby: [...], ... is not invaild label name #1951

Closed
gaopeiliang opened this issue Jul 5, 2019 · 1 comment
Closed

when use groupby: [...], ... is not invaild label name #1951

gaopeiliang opened this issue Jul 5, 2019 · 1 comment

Comments

@gaopeiliang
Copy link

I want to use groupby : [...] config in alertmanager , but I get error in config file check ,,,

msg="Loading configuration file failed" file=/opt/alertmanager/alertmanager.yml err="\"...\" is not a valid label name"
route:
    group_by: [...]
    group_interval: 5m
    group_wait: 10s
    receiver: xyz
    repeat_interval: 1h
  • Alertmanager version:
msg="Starting Alertmanager" version="(version=0.15.1, branch=HEAD, revision=8397de1830f154535a31150f9262da0072d8725d)"

I want to know how to config it ....

@simonpasquier
Copy link
Member

version=0.15.1

You need a more recent version as the feature was introduced in v0.16.0. Try with v0.18.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants