Class Neo4jMetricsSupport
java.lang.Object
io.helidon.integrations.neo4j.metrics.Neo4jMetricsSupport
Neo4j helper class to support metrics. Provided as a separate package to be included as a dependency.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Fluent API builder for Neo4jMetricsSupport. -
Method Summary
Modifier and TypeMethodDescriptionstatic Neo4jMetricsSupport.Builder
builder()
Following the builder pattern.void
Register metrics and start monitoring.
-
Method Details
-
builder
Following the builder pattern.- Returns:
- builder
-
initialize
public void initialize()Register metrics and start monitoring.
-