Table of Contents

Method WithTelemetryDisabled

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

WithTelemetryDisabled()

Disables the driver sending any telemetry data.
The telemetry collected covers high level usage of the driver and does not include any queries or parameters.
Current collected metrics:

  • Which method was used to start a transaction.
Telemetry metrics are sent via Bolt to the uri provided when creating a driver instance or servers that make up the cluster members and Neo4j makes no attempt to collect these usage metrics from outside of AuraDB (Neo4j's cloud offering).
Users can configure Neo4j server's collection behavior of client drivers telemetry data and log the telemetry data for diagnostics purposes.
By default the driver allows the collection of this telemetry.
public ConfigBuilder WithTelemetryDisabled()

Returns

ConfigBuilder

A ConfigBuilder instance for further configuration options.