Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Bolt 5.4 and API Telemetry. #735

Merged
merged 20 commits into from
Oct 9, 2023

Conversation

thelonelyvulpes
Copy link
Contributor

@thelonelyvulpes thelonelyvulpes commented Oct 6, 2023

Starting with Bolt 5.4, which, by default, will send high-level API usage to the server if requested.

When creating a driver instance, the driver can be configured to turn off this collection using ConfigBuilder.WithTelemetryDisabled.

using var driver = GraphDatabase.Driver(..., x => x.WithTelemetryDisabled());

Copy link
Contributor

@RichardIrons-neo4j RichardIrons-neo4j left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All fine.

@thelonelyvulpes thelonelyvulpes changed the title Telemetry collection. Add support for Bolt 5.4 and API Telemetry. Oct 9, 2023
@thelonelyvulpes thelonelyvulpes merged commit 513da3b into neo4j:5.0 Oct 9, 2023
5 checks passed
@thelonelyvulpes thelonelyvulpes deleted the alternative-collection branch October 9, 2023 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants