Questions tagged [metrics-spring]
3 questions
15
votes
3 answers
Spring boot metrics + datadog
Does anyone know how to integrate Spring boot metrics with datadog?
Datadog is a cloud-scale monitoring service for IT.
It allows users to easily visualice their data using a lot of charts and graphs.
I have a spring boot application that is using…

jfcorugedo
- 9,793
- 8
- 39
- 47
0
votes
0 answers
metrics-spring does not create proxies for @Timed annotations
I am trying to setup metrics-spring to work in a Spring Boot application. To do this I added following dependencies:
compile group: 'io.dropwizard.metrics', name: 'metrics-core', version: '3.2.2'
compile group: 'io.dropwizard.metrics', name:…

Ivan Mushketyk
- 8,107
- 7
- 50
- 67
0
votes
1 answer
get the 2 identical interceptorsAndDynamicMethodMatchers for @Timed metrics-spring
I am using Spring 4.2.5, Jersey 2.22.2, Tomcat 8.0, io.dropwizard.metrics 3.1.2, metrics-spring 3.1.2
I am using @Timed annotation and found that for the method invocation, there are two TimedMethodInterceptor in the…

Wei Zhu
- 617
- 1
- 7
- 14