Skip to content

Move /metrics from the query port to internal (health-check) #1332

Closed

Description

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 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions