OpenCensus
OpenCensus is an open-source framework designed to collect and export telemetry data from cloud-native applications. It provides observational capabilities including distributed tracing and metrics collection, with a unified API across multiple programming languages. Engineers instrument code with spans and metrics, and export data to backends such as Jaeger, Zipkin, Prometheus, Stackdriver, and others. The architecture consisted of an API, a language-specific SDK, and exporters, plus a community-maintained set of libraries for many languages.
OpenCensus began as an effort by Google and other contributors to standardize instrumentation across services and
In 2019-2020, OpenCensus merged with OpenTracing to form OpenTelemetry, an Cloud Native Computing Foundation project that