Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log absolute values for gauges internal metrics (#5505)
We currently don't have a way for the internal Beats metrics to register themselves as counters or gauges, so the logging code that prints the values every 30s assumes they are all counters and prints the difference since the last update. This issue has became more pressing in 6.0 because we now have several common gauges. This PR implements a temporary hack that lists these gauges in logging code. A follow up PR will create a proper solution for the next release. Part of #5433.
- Loading branch information