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
Prometheus version (Docker): prom/prometheus:v2.4.72
Problem Description
I'm not able to configure Prometheus to ingest the metrics exposed at the /observe/metrics endpoint as described in this guide.
The error I'm getting on Prometheus when trying to scrape the endpoint is data does not end with # EOF, which seems similar to what is described on issue #4884 for Helidon 2.x and 3.x.
Steps to reproduce
Follow this guide and register the default metrics.
Spin up a Prometheus docker container and add the /observe/metrics endpoint as target.
Check the target status on ${prometheusHost:Port}/targets
The text was updated successfully, but these errors were encountered:
Environment Details
Problem Description
I'm not able to configure Prometheus to ingest the metrics exposed at the
/observe/metrics endpoint
as described in this guide.The error I'm getting on Prometheus when trying to scrape the endpoint is
data does not end with # EOF
, which seems similar to what is described on issue #4884 for Helidon 2.x and 3.x.Steps to reproduce
/observe/metrics
endpoint as target.${prometheusHost:Port}/targets
The text was updated successfully, but these errors were encountered: