Method WithTelemetryDisabled
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.
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.