-
Notifications
You must be signed in to change notification settings - Fork 247
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
panic: when using prometheus.write.queue #2074
Comments
@mattdurham fyi |
This is fixed in #1994. Let me know if you can try out the dev image when it builds. Probably be in an hour or so since I just merged the changes. |
I’ve been running the grafana/alloy-dev docker container for a few days and it’s working great. |
Sorry @mattdurham, this issue seems to have popped up in the v1.5.1 release but it doesn't occur with the grafana/alloy-dev:latest build.
|
It was also tied to a go update which was a bit big for a patch release. Will go out in 1.6. |
What's wrong?
A panic
"panic: duplicate metrics collector registration attempted"
occurs during startup when trying to replaceprometheus.remote_write
with a comparableprometheus.write.queue
. the panic seems to stem frominternal/component/prometheus/write/queue/types/stats.go
line 171.Steps to reproduce
Panic occurs during startup:
alloy run --server.http.listen-addr=0.0.0.0:20604 --feature.community-components.enabled --stability.level=experimental .config.alloy
System information
Linux 6.6.40-v8+ aarch64
Software version
Grafana alloy v1.5.0-rc.1
Configuration
Logs
The text was updated successfully, but these errors were encountered: