Released 2023-Jul-11
-
Bumped the package version to
1.5.1-alpha.1
to keep its major and minor version in sync with that of the core packages. This would make it more intuitive for users to figure out what version of core packages would work with a given version of this package. -
Added a static constructor to ensure
EventCountersInstrumentationEventSource
got initialized whenEventCountersMetrics
was accessed for the first time to prevent potential deadlock; e.g.: #1024. (#1260) -
Update OpenTelemetry.Api to 1.5.1. (#1255)
Released 2022-Nov-10
- Update OpenTelemetry.Api to 1.3.1.
- Change
EventCounter
prefix toec
and trim the event source name to keep instrument name under 63 characters. (#740)
Released 2022-Oct-17
- Simplified implementation. EventSources must be explicitly configured to be listened to now. (#620)
Released 2022-Jul-12
- This is the first release of
OpenTelemetry.Instrumentation.EventCounters
package.
For more details, please refer to the README.