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
-
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.query
gql.error
gql.dataLoader
to 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