Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (31 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

40 lines (31 loc) · 1.96 KB

Changelog

Please update changelog as part of any significant pull request. Place short description of your change into "Unreleased" section. As part of release process content of "Unreleased" section content will generate release notes for the release.

Unreleased

  • API improvements - use C# native classes to measure time.
  • OpenCensus.Collectors.AspNetCore: Allow to supply custom sampler based on request properties using custom code. For instance filter out telemetry from specific path.
  • OpenCensus.Collectors.Dependencies: Allow to supply custom sampler based on request properties using custom code. By default, filter out calls to Zipkin REST endpoint from the exporter.

0.1.0-alpha-42253

Release 01/18/2019.

  • 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.

0.1.0-alpha-33381

Released 12/18/2018.

  • 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.