Hello, I have a new installation of influxdb2 2.7.5, and the _monitoring bucket is empty. When I go to the data explorer and select _monitoring, I only see write_errors and it is empty . How see influx performance metrics?
Hello @maxnux-ar1,
Welcome!
_monitoring bucket only includes data related to tasks. Have you created that?
It doesn’t offer general performance metrics.
Thanks Anaisdg, what I was trying to do was grab the metrics from the database itself. I ended up doing it with a scraper to /metrics, as I saw on the internet.