java - Is it possible to configure codahale @Timed to report a subset of it's default metrics? -


i using codahale metrics' @timed annotation graphite reporter in spring app, want send subset of metrics our graphite server.

for example, have no need p999, removing reduce sum of number of metrics number of @timed instances x number of environments.

i don't see how api docs, , don't see examples of this. possible via metrics-spring config or via codahale's config?

thanks!

-neil


Popular posts from this blog