Neo4j Metrics to StackDriver

Hi Team ,

We are looking for Monitoring and Logging tool for neo4j. I explored Prometheus and Grafana for monitoring metrics and stack driver for logging the logs.

it would be helpful if we can have logging and monitoring in the same tool. is there anyway we can send the neo4j metrics to Stackdriver.

Thanks for the amazing documents / blogs :

https://graphaware.com/neo4j/2019/06/14/monitoring-neo4j-prometheus-part-1.html

:)

I have not done this myself but I believe it's possible to do it with OpenCensus and neo4j metrics.

Here's info on how to create custom metrics in stackdriver (the general approach)

And here's info on Neo4j CSV metrics which you might use as the basis of what to send:

1 Like