You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've enabled the reporter and I am able to see basic jvm metrics on the datadog dashboard. However I don't see any of the metrics I am reporting via the 'com.codahale.metrics:metrics-core' library. I am able observe my metrics using a console reporter. Am I missing some configuration to register the vistarmedia reporter with my instance of codahales MetricRegistry?
Only thing I've set up so far with respect to this reporter is:
DatadogReporter.enable( 15, TimeUnit.SECONDS, "apikeyremoved", "hostname" );
The text was updated successfully, but these errors were encountered:
I've enabled the reporter and I am able to see basic jvm metrics on the datadog dashboard. However I don't see any of the metrics I am reporting via the 'com.codahale.metrics:metrics-core' library. I am able observe my metrics using a console reporter. Am I missing some configuration to register the vistarmedia reporter with my instance of codahales MetricRegistry?
Only thing I've set up so far with respect to this reporter is:
DatadogReporter.enable( 15, TimeUnit.SECONDS, "apikeyremoved", "hostname" );
The text was updated successfully, but these errors were encountered: