Releases: tetratelabs/telemetry
Releases · tetratelabs/telemetry
Release v0.8.2
Release v0.8.1
What's Changed
- fix race conditions in scope manager when uninitialized by @basvanbeek and @zhaohuabing in #21
Release v0.8.0
What's Changed
- add support for derived metrics by @basvanbeek in #19
Full Changelog: v0.7.5...v0.8.0
Release 0.7.5
Release v0.6.0
Adds GlobalMetricSink logic to allow lazy initialization of Metrics in packages
Adds NoopLoggers
Release v0.5.2
Fixes level logger for properly dealing with metrics. (it needs to take ownership)
Release v0.5.1
Various fixes to Scoped and Leveled Loggers
Release v0.5.0
Adds:
- scoped logger facade
- leveled logger interface and wrapper
Release v0.3.0
Release v0.3.0
Breaking change. Removed the ToLogger
method from te Metric
interface. To tie metrics and logs together the Metric
method from the Logger
interface is all that is needed.
Release v0.2.0
Release v0.2.0
Breaking change to the Logger interface
- The Logger.KeyValuesToContext method has been removed.
- Implementations and consumers must use the provided functions for key value pair manipulation in context.
- Adds RemoveKeyValuesFromContext function