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
report processCpuTime along with existing processCpuLoad so that it's easier and simpler for aggregations
in next step, the processCpuLoad will be deprecated from the agent side and it will be defined as an expression to be calculated from processCpuTime and processors
report startedThreads, which is the number of threads starting in a given interval. this is an aggretable metric that makes query simpler.
use getTotalStartedThreadCount to get diff between intervals
report finishedThreads, which is the number of threads shutdown in a given interval. this is an aggretable metric that makes query simpler
processCpuTime
along with existingprocessCpuLoad
so that it's easier and simpler for aggregationsin next step, the
processCpuLoad
will be deprecated from the agent side and it will be defined as an expression to be calculated fromprocessCpuTime
andprocessors
startedThreads
, which is the number of threads starting in a given interval. this is an aggretable metric that makes query simpler.use
getTotalStartedThreadCount
to get diff between intervalsfinishedThreads
, which is the number of threads shutdown in a given interval. this is an aggretable metric that makes query simplerdeadLockThread
which is a gauge metric indicating the number of dead locked threadsThe text was updated successfully, but these errors were encountered: