How can I enable micrometer for metrics? #255
Unanswered
kevinlilendi
asked this question in
Q&A
Replies: 1 comment
-
|
For me adding the dependency was enough. And ofcourse the metric endpoint should be exposed as detailed here: |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am new to this framework, and I want to monitor the metrics, so I add this line to my build.gradle
implementation 'com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer:3.10.2'what other things I need to do to enable
gql.querygql.errorgql.dataLoaderto show in my /actuator/metrics or other places I can find it? Is there an working example on this one?Eventually, I want to export it to Datadog, anything I can do about it?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions