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
panic when using service collector with the NewFromConfig code path
Expected Behavior
no panic
Steps To Reproduce
Run Grafana Alloy version 1.4.1 with the service collector enabled. It embeds the windows_exporter v0.27.2
prometheus.exporter.windows "integrations_windows_exporter" {
enabled_collectors = ["service"]
}
Current Behavior
panic when using service collector with the NewFromConfig code path
Expected Behavior
no panic
Steps To Reproduce
Environment
v0.27.* through v0.28.*
N/A
windows_exporter logs
Anything else?
related to: grafana/alloy#1744
code fix: https://github.com/prometheus-community/windows_exporter/compare/v0.27.2...erikbaranowski:windows_exporter:service-collector-small-fix?expand=1
I'm not sure the process to get a backported bug fix PR open for the windows_exporter but I'm happy to assist if I can.
The text was updated successfully, but these errors were encountered: