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
Twitch exporter seems to not collect any metrics nor throw any logs. It also seems to be ignoring some flags as setting --log.level debug results in no extra logs and output seems to confirm so.
[coolapso@nebu]-[~/twitch_exporter] main go v1.22.5
☸ virt01 ❯curl localhost:9184/metrics | grep twitch_
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6235 0 6235 0 0 11224 0 --:--:-- --:--:-- --:--:-- 11214
# HELP twitch_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which twitch_exporter was built, and the goos and goarch for the build.
# TYPE twitch_exporter_build_info gauge
twitch_exporter_build_info{branch="",goarch="amd64",goos="linux",goversion="go1.22.5",revision="unknown",tags="unknown",version=""} 1
For this I seem to have no clue where to start looking, would appreciate some help, ill be happy to work on it.
The text was updated successfully, but these errors were encountered:
Twitch exporter seems to not collect any metrics nor throw any logs. It also seems to be ignoring some flags as setting
--log.level debug
results in no extra logs and output seems to confirm so.Metrics:
For this I seem to have no clue where to start looking, would appreciate some help, ill be happy to work on it.
The text was updated successfully, but these errors were encountered: