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
Hello. I've deployed the dragonfly-operator Helm chart with the following values:
serviceMonitor:
enabled: true
But my VMAgent can't scrape metrics:
unexpected status code returned when scraping "http://10.244.2.242:8443/metrics": 400; expecting 200; response body: "Client sent an HTTP request to an HTTPS server.\n"
The text was updated successfully, but these errors were encountered:
As far as I see, the ServiceMonitor is targeting the port 8443 where as in the pod configuration the parameter --metrics-bind-address=127.0.0.1:8080 is set with a other port.
Hello. I've deployed the dragonfly-operator Helm chart with the following values:
But my
VMAgent
can't scrape metrics:The text was updated successfully, but these errors were encountered: