Anaconda OpenTelemetry for Typescript
    Preparing search index...

    This typescript library is a wrapper for telemetry collection inside Anaconda typescript applications. Currently is wraps the Open Telemetry Typescript package. Currently only metrics and tracing are supported by this package. This package is for the implementation of OpenTelemetry instrumentation with a bare minimum knowledge requirement of OpenTelemetry itself.

    This document here can help you determine what signals you need in your application.

    The API can be found on the left pane of this page or here.

    The quick or startup guide for this package is here.

    If implementing using this package against a OIDC server for access_token and refresh_token then the sample code here is a good place to start. The accompanying documentation is in the README.md file.