nodejs-spanner icon indicating copy to clipboard operation
nodejs-spanner copied to clipboard

Opentelemtry integration

Open OperationalFallacy opened this issue 1 year ago • 1 comments

Hi,

We're running Node-based backend that is using Spanner database. Application telemetry worked well with Opentelemetry packages, however there is no tracing for Spanner calls.

Unlike java client that has Opentelemtry integrated, https://github.com/googleapis/java-spanner I do not see anything that mentions Opentelemetry or instrumentation in this repository.

Can you please explain how instrumentation should be configured for the Spanner Nodejs library? I mean basic configuration, for everything that includes GCP native services - no external monitoring or tracing involved.

Thank you Roman

OperationalFallacy avatar Apr 26 '24 13:04 OperationalFallacy

Hi @OperationalFallacy Unfortunately NodeJs library does not have OpenTelemetry Traces and Metrics support currently.

surbhigarg92 avatar Apr 29 '24 05:04 surbhigarg92