opencensus csharp

Distributed tracing and stats collecting framework

Warning

OpenCensus and OpenTracing have merged to form OpenTelemetry, which serves as the next major version of OpenCensus and OpenTracing.

OpenTelemetry has now reached feature parity with OpenCensus, with tracing and metrics SDKs available in .NET, Golang, Java, NodeJS, and Python. All OpenCensus Github repositories, except census-instrumentation/opencensus-python, will be archived on July 31st, 2023. We encourage users to migrate to OpenTelemetry by this date.

To help you gradually migrate your instrumentation to OpenTelemetry, bridges are available in Java, Go, Python, and JS. Read the full blog post to learn more.

OpenCensus .NET SDK

OpenCensus is a set of libraries for various languages that allow you to
collect application metrics and distributed traces, then transfer the data to a
backend of your choice in real time. This data can be analyzed by developers
and admins to understand the health of the application and debug problems.

After many months of planning, discussion, prototyping, more discussion, and
more planning, OpenTracing and OpenCensus are merging to form OpenTelemetry,
which is now a CNCF sandbox
project
.

Please join us building a new and exciting OpenTelemetry
SDK
.

OpenTelemetryLogo

All the open issues and PRs on this repository will be moved to the new project
or closed. We do not expect any new versions of OpenCensus .NET SDK shipped.

OpenCensus C# has never left the Alpha release stage. Please see this project
description
for details of what was built. If you took
a dependency on OpenCensus C# project - please let us know at .NET gitter
Channel: Gitter chat
so we can help with migration.