-
Notifications
You must be signed in to change notification settings - Fork 428
Description
We still (on the newest node 1.3.4) get errors like these:
WARN [ecution-context-global-XX] kamon.metric.Timer - Failed to record value [-70000000] on [span.processing-time,{operation=block-appender,error=false}] because the value is outside of the configured range. The recorded value was adjusted to the highest trackable value [3600000000000]. You might need to change your dynamic range configuration for this metric
This is not just annoying to see (was reported many times for years) but this also means the code executes and spends CPU cycles on non active functionality:
kamon.enable = no
kamon.modules.influxdb-span-reporter.enabled = no
metrics.enable = no
Because metrics calls (as far as i understand) are unconditional (for example just search for measureSuccessful)
Please, for god sake, make these metrics completely turned off by metrics.enable = no and i mean off = check config once and don`t waste CPU cycles anymore on that.