neo4j / neo4j-dotnet-driver

Neo4j Bolt driver for .NET
Apache License 2.0
222 stars 69 forks source link

Add OpenTelemetry metrics Support #802

Open darcome opened 2 months ago

darcome commented 2 months ago

Is your feature request related to a problem? Please describe. Would it be possible to add opentelemetry support to the .NET drivver?

Describe the solution you'd like I'd like to have metrics about the database exported like number of queries, time of every query, the cypher of every query and its parameters and so on, in order to better investigate when a query is slow and why.

Thanks in advance!