Neo4j would like to be able to track more information about driver apis usage, so that smarter decisions can be made on improving drivers and their stack.
The collection of metrics must be respectful of users. Thus, the collected metrics are:
impossible to be tied back the customer or user
transparent to the users that inspect
restrained to required metrics
The metric collection is disabled by default in Neo4j. It can be enabled in the server by setting server.bolt.telemetry.enabled to true.
However, the metric collection is enabled by default in the drivers. It can be disabled in the driver by configuring the driver with telemetryDisabled to true. Default: false.
Metrics are only collected when enabled both in server and driver instances.
Neo4j would like to be able to track more information about driver apis usage, so that smarter decisions can be made on improving drivers and their stack.
The collection of metrics must be respectful of users. Thus, the collected metrics are:
The metric collection is disabled by default in Neo4j. It can be enabled in the server by setting
server.bolt.telemetry.enabled
totrue
.However, the metric collection is enabled by default in the drivers. It can be disabled in the driver by configuring the driver with
telemetryDisabled
totrue
. Default:false
.Metrics are only collected when enabled both in server and driver instances.
Disabling metrics on driver: