-
I have a setup with keycloak + my project. I wanna see metrics (+ optionally traces) of keycloak as well. How can I achieve this? Sadly I didn't find any (satisfying) documentation. Is Aspire able to pull metrics from /metrics or do applications need to implement a push mechanism? |
Beta Was this translation helpful? Give feedback.
Answered by
davidfowl
May 9, 2025
Replies: 1 comment 3 replies
-
Applications needs to push telemetry via otlp to the dashboard. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I typed keycloak otlp into the interwebz and this was the first result https://github.com/jangaraj/keycloak-with-opentelemetry
Then I asked chatgpt (o3) and I got this:
https://chatgpt.com/share/681da608-76f4-8002-8f97-7bc0dd604b3a
No we're not implementing metrics scraping. OTLP is an industry standard that we're seeing lots of systems adopt.