We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I created a group called http using labels and assigned it to an already existing parent group. Here is the config:
http
labels: - kuma.http.group.name=HTTP - kuma.http.group.parent=54
According to the logs it was created, but it keeps updating constantly. Here is a snippet of the log:
2024-11-21T21:05:12.377107074Z _ _ __ 2024-11-21T21:05:12.377109945Z /\ | | | |/ / 2024-11-21T21:05:12.377112852Z / \ _ _ | |_ ___ | ' / _ _ _ __ ___ __ _ 2024-11-21T21:05:12.377115704Z / /\ \ | | | || __| / _ \ | < | | | || '_ ` _ \ / _` | 2024-11-21T21:05:12.377119019Z / ____ \ | |_| || |_ | (_) || . \ | |_| || | | | | || (_| | 2024-11-21T21:05:12.377121889Z /_/ \_\ \__,_| \__| \___/ |_|\_\ \__,_||_| |_| |_| \__,_| 2024-11-21T21:05:12.377125074Z v0.8.0 2024-11-21T21:05:13.748777910Z INFO [autokuma::sync] Creating new monitor: http 2024-11-21T21:05:13.788439925Z INFO [autokuma::sync] Updating monitor: http 2024-11-21T21:05:13.788439925Z INFO [autokuma::sync] Updating monitor: http 2024-11-21T21:05:20.292553723Z INFO [autokuma::sync] Updating monitor: http 2024-11-21T21:05:26.811029854Z INFO [autokuma::sync] Updating monitor: http 2024-11-21T21:05:33.347210007Z INFO [autokuma::sync] Updating monitor: http 2024-11-21T21:05:39.841589603Z INFO [autokuma::sync] Updating monitor: http 2024-11-21T21:05:46.435666320Z INFO [autokuma::sync] Updating monitor: http 2024-11-21T21:05:52.933176223Z INFO [autokuma::sync] Updating monitor: http 2024-11-21T21:05:59.496394196Z INFO [autokuma::sync] Updating monitor: http 2024-11-21T21:06:06.000889962Z INFO [autokuma::sync] Updating monitor: http 2024-11-21T21:06:12.500281359Z INFO [autokuma::sync] Updating monitor: http 2024-11-21T21:06:19.018321004Z INFO [autokuma::sync] Updating monitor: http 2024-11-21T21:06:25.540401836Z INFO [autokuma::sync] Updating monitor: http 2024-11-21T21:06:32.042039614Z INFO [autokuma::sync] Updating monitor: http 2024-11-21T21:06:38.555960140Z INFO [autokuma::sync] Updating monitor: http 2024-11-21T21:06:45.066785137Z INFO [autokuma::sync] Updating monitor: http 2024-11-21T21:06:51.590206958Z INFO [autokuma::sync] Updating monitor: http
Do you know why this is happening? Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I created a group called
http
using labels and assigned it to an already existing parent group. Here is the config:According to the logs it was created, but it keeps updating constantly. Here is a snippet of the log:
Do you know why this is happening? Am I doing something wrong?
The text was updated successfully, but these errors were encountered: