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
It then links to a Prometheus format web page, which is very similar to OpenMetrics but not exactly the same.
Users have reported that the Helidon metrics output:
lacks the # EOF final line, and
emits text/plain rather than application/openmetrics-text.
Because of this, downstream Prometheus scrapers reject the output when --enable-feature=exemplar-storage is set.
Steps to reproduce
These steps are from a user description. Need to verify this.
Enable Helidon's exemplar support.
Set up Prometheus to scrape the Helidon service and store examplars.
The Prometheus console for the service will display an brief, truncated error message about failing to scrape the service's metrics.
Environment Details
Problem Description
The MicroProfile Metrics spec describes JSON format and OpenMetrics format. https://download.eclipse.org/microprofile/microprofile-metrics-4.0/microprofile-metrics-spec-4.0.html#_openmetrics_format
It then links to a Prometheus format web page, which is very similar to OpenMetrics but not exactly the same.
Users have reported that the Helidon metrics output:
# EOF
final line, andtext/plain
rather thanapplication/openmetrics-text
.Because of this, downstream Prometheus scrapers reject the output when
--enable-feature=exemplar-storage
is set.Steps to reproduce
These steps are from a user description. Need to verify this.
The Prometheus console for the service will display an brief, truncated error message about failing to scrape the service's metrics.
The text was updated successfully, but these errors were encountered: