Skip to content

BonnierNews/bn-tracing

Repository files navigation

bn-tracing

Tracing with Opentelemetry and Google Trace Exporter

Usage

Install the npm-package and import it before express is required.

require(bn-tracing)(options)

Options

{
  serviceName: String (Default: default)
  debug: Bool (default: false)
  instrumentations: Array (Default: [])
}

Usage example

require('bn-tracing')({
  serviceName: process.env.K_SERVICE,
  instrumentations: [
    new IORedisInstrumentation(),
  ]
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •