Skip to content

Instantly share code, notes, and snippets.

@dalexandrov
Created February 23, 2021 14:07
Show Gist options
  • Save dalexandrov/fa5d87f988191ecb1b159355791b9997 to your computer and use it in GitHub Desktop.
Save dalexandrov/fa5d87f988191ecb1b159355791b9997 to your computer and use it in GitHub Desktop.
Neo4jMetricsSupport.builder()
.driver(neo4j.driver())
.build()
.initialize();
Driver neo4jDriver = neo4j.driver();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment