Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 0.7% on proxy.golang.org
Top 0.5% dependent packages on proxy.golang.org
Top 0.5% dependent repos on proxy.golang.org
Top 0.9% forks on proxy.golang.org
Top 0.4% docker downloads on proxy.golang.org

proxy.golang.org : go.opentelemetry.io/otel/bridge/opencensus

Package opencensus provides a migration bridge from OpenCensus to OpenTelemetry for metrics and traces. The bridge incorporates metrics and traces from OpenCensus into the OpenTelemetry SDK, combining them with metrics and traces from OpenTelemetry instrumentation. For most applications, it would be difficult to migrate an application from OpenCensus to OpenTelemetry all-at-once. Libraries used by the application may still be using OpenCensus, and the application itself may have many lines of instrumentation. Bridges help in this situation by allowing your application to have "mixed" instrumentation, while incorporating all instrumentation into a single export path. To migrate with bridges, a user would: With this approach, you can migrate your telemetry, including in dependent libraries over time without disruption. Installing a metric or tracing bridge will cause OpenCensus telemetry to be exported by OpenTelemetry exporters. Since OpenCensus telemetry uses globals, installing a bridge will result in telemetry collection from _all_ libraries that use OpenCensus, including some you may not expect, such as the telemetry exporter itself. There are known limitations to the trace bridge: There are known limitations to the metric bridge:

Registry - Source - Documentation - JSON
purl: pkg:golang/go.opentelemetry.io/otel/bridge/opencensus
Keywords: metrics, opentelemetry, tracing
License: Apache-2.0
Latest release: 3 months ago
First release: over 3 years ago
Namespace: go.opentelemetry.io/otel/bridge
Dependent packages: 265
Dependent repositories: 197
Stars: 4,227 on GitHub
Forks: 937 on GitHub
Docker dependents: 57
Docker downloads: 1,571,253,732
Total Commits: 1917
Committers: 276
Average commits per author: 6.946
Development Distribution Score (DDS): 0.773
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 6 days ago

    Loading...
    Readme
    Loading...