I'm using these queries:
avg({__name__=~"neo4j_bolt_messages_.*"}) by (__name__)
avg({__name__=~"neo4j_transaction_(active|committed|peak|started|terminated).*"}) by (__name__)
max(neo4j_page_cache_page_faults) by (name)
max({__name__=~"vm_gc_tim...
Thanks for the prompt reply @ben.butler-cole
Yes, we've recently signed up and have an on-boarding call with your support folks soon, so will raise it there.
Hi @ben.butler-cole
Thanks for this, I'm also setting up Prometheus monitoring for our Neo4j servers.
I'm confused about the choice of metric type you expose. Everything is exposed as a guage. For some metrics this makes sense, but particularly with ...