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
Every time /prometheus-metrics gets scraped, it triggers these warns. We should fix these, or failing that supress them with a filterfactory.
WARN [2021-10-10 15:23:58,435] org.dhatim.dropwizard.prometheus.DropwizardMetricsExporter: Invalid type for Gauge jvm.attribute.name: java.lang.String
WARN [2021-10-10 15:23:58,435] org.dhatim.dropwizard.prometheus.DropwizardMetricsExporter: Invalid type for Gauge jvm.attribute.vendor: java.lang.String
WARN [2021-10-10 15:23:58,442] org.dhatim.dropwizard.prometheus.DropwizardMetricsExporter: Invalid type for Gauge jvm.threads.deadlocks: java.util.Collections$EmptySet
The text was updated successfully, but these errors were encountered:
Every time
/prometheus-metrics
gets scraped, it triggers these warns. We should fix these, or failing that supress them with a filterfactory.The text was updated successfully, but these errors were encountered: