This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
Releases: census-instrumentation/opencensus-csharp
Releases · census-instrumentation/opencensus-csharp
2019 Janurary update
- Application Insights exporter improvements - now understands http attributes
and process links, annotations and messages. - ASP.NET Core collector now uses
http.route
for the span name. - Initial implementation of Resource Specification.
- Plug in to collect Redis calls made using StackExchange.Redis package.
- Object of type
ISpanData
can be created using only Abstractions package. - Number of minor APIs adjustments.
First alpha version
- Collectors for ASP.NET Core and .NET Core HttpClient.
- Initial version of Ocagent exporter implemented.
- Initial version of StackDriver exporter implemented.
- Support double attributes according to the spec change.
- Initial implementation of Prometheus exporter.
- Initial version of Application Insights exporter implemented.
- Zipkin exporter implemented.
- Initial version of SDK published. It is based on contribution from Pivotal
from.