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
credentials are injected as env vars through the secret, that is automatically created by kubernetes operator
ISSUE: The exporter container log says:
{"level":"warn","time":1670324415,"caller":"/home/travis/gopath/src/github.com/nuvo/emq_exporter/emq_exporter.go:76","message":"Received status code not ok http://emqx-0.emqx-svc-headless.core.svc.cluster.local:8081/api/v4/nodes/[email protected]/metrics/, got 401"}
The text was updated successfully, but these errors were encountered:
I had to add this exporter not as a side-car, but as a separate deployment(unfortunately this was a requirement).
We've deployed EMQX as a "EMQX Kubernetes Operator"
My deployment configuration:
ISSUE: The exporter container log says:
The text was updated successfully, but these errors were encountered: