Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 769 Bytes

CHANGELOG.md

File metadata and controls

17 lines (14 loc) · 769 Bytes

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

  • Modified Prometheus Exporter to add listening on all hostnames support.

    1. Modified the content of PrometheusExporterOptions from Uri() to string.
    2. HttpListener() can support "+" as: hostname which listens on all ports.
    3. Modified samples/TestPrometheus.cs to safely use the new implementation.
    4. Jaeger exporter implemented
  • Copy from OpenCensus at commit #0474607a16282252697f989113d68bdf71959070.