dkim_signer_sign
How many seconds it takes to dkim sign parsed messages.Long durations may indicate that the system is over-provisioned and has insufficient CPU. You should check whether and how you might have configured kumo.dkim.set_signing_threads.
Histogram
This metric is a histogram which means that it is exported as three underlying metrics:
dkim_signer_sign_count- a counter tracking how many events have been accumulated into the histogramdkim_signer_sign_sum- a counter tracking the total value of all of the events have been accumulated into the histogramdkim_signer_sign_bucket- a counter tracking the number of events that fall within the various buckets shown above. This counter has an additionallelabel that indicates the bucket threshold. For example, the first bucket for this histogram will generate a labelle="0.005"which will keep track of the number of events whose value was less-or-equal (le) that value.
The recommended visualization for a histogram is a heatmap based on dkim_signer_sign_bucket.
While it is possible to calculate a mean average for dkim_signer_sign by computing dkim_signer_sign_sum / dkim_signer_sign_count, it can be difficult to reason about what that value means if the traffic patterns are not uniform since the launch of the process. We strongly recommend using a heatmap visualization instead of computing an average value.