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
Problem - what in Jaeger blocks you from solving the requirement?
Jaeger currently exposes the metrics via the main query endpoint, which might be exposed to the public internet. Ideally, the /metrics endpoint would be directed to the internal, admin-only port that is used by the health-check handler.
$ docker run -p 16686:16686 --rm jaegertracing/all-in-one:1.9
$ curl localhost:16686/metrics
The text was updated successfully, but these errors were encountered:
Problem - what in Jaeger blocks you from solving the requirement?
Jaeger currently exposes the metrics via the main query endpoint, which might be exposed to the public internet. Ideally, the
/metrics
endpoint would be directed to the internal, admin-only port that is used by the health-check handler.The text was updated successfully, but these errors were encountered: