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
when I try to run the docker image :
prometheus-nats-exporter:latest -D -channelz -connz -routez -subz -varz -jsz=all -prefix=nats -use_internal_server_id http://localhost:8222
I got these logs
Registered collector for system gnatsd, endpoint: subsz
Registered collector for system gnatsd, endpoint: varz
Registered collector for system gnatsd, endpoint: routez
Registered collector for system gnatsd, endpoint: connz
Registered collector for system nss, endpoint: channelsz
Registered collector for system jetstream, endpoint: all
No certificate file specified; using http.
Prometheus exporter listening at http://0.0.0.0:7777/metrics ignoring server xxxxxxxx : invalid character 'p' after top-level value
the last line shows only when add the channelz flag also when I add the -serverz flag
The text was updated successfully, but these errors were encountered:
when I try to run the docker image :
prometheus-nats-exporter:latest -D -channelz -connz -routez -subz -varz -jsz=all -prefix=nats -use_internal_server_id http://localhost:8222
I got these logs
Registered collector for system gnatsd, endpoint: subsz
Registered collector for system gnatsd, endpoint: varz
Registered collector for system gnatsd, endpoint: routez
Registered collector for system gnatsd, endpoint: connz
Registered collector for system nss, endpoint: channelsz
Registered collector for system jetstream, endpoint: all
No certificate file specified; using http.
Prometheus exporter listening at http://0.0.0.0:7777/metrics
ignoring server xxxxxxxx : invalid character 'p' after top-level value
the last line shows only when add the channelz flag also when I add the -serverz flag
The text was updated successfully, but these errors were encountered: