export otel metrics to "actuator/prometheus" #14471
Unanswered
xiangtianyu
asked this question in
Q&A
Replies: 1 comment 1 reply
-
i'm not sure I 100% understand your question. I'm assuming you are already using the prometheus exporter? Do you want to change the prometheus server port to 8080 from the default 9464 or change the endpoint? Also, the agent doesn't have this functionality, I think you would need to configure the SDK directly https://opentelemetry.io/docs/languages/java/sdk/#metricexporter You can do this with declarative file config but i don't see a way to change the endpoint from |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Due to some special reasons, our system will only expose one port 8080, so we want to export otel metrics to "actuator/prometheus", is there any solution for this?
Beta Was this translation helpful? Give feedback.
All reactions