Skip to content

v1.25.0

Compare
Choose a tag to compare
@jsirianni jsirianni released this 17 May 21:06
· 0 commits to release/v1.25.0 since this release
50d1297

Changelog

Breaking Changes

  • Removed dotnetdiagnostics receiver.

New Features

  • 836eb48: deps: Updated OTEL to v0.77.0 (#1063) (@BinaryFissionGames)
    • Notable Enhancements:
      • receiver/mongodbatlasreceiver: emit "mongodb_atlas.cluster.name" attribute which is thename of the cluster as defined in Atlas. This attribute is disabled by default, if you want to emit it, you'll need to explicitly enable it.
      • pkg/stanza: Add "unquote" operator
    • Notable Bugfixes:
      • receiver/mongodbatlasreceiver: Disk Usage & Utilization metrics are now being reported correctly.
      • receiver/mongodbatlasreceiver: Reduce the likelihood that mongodbatlas log receivers will emit empty logs, causing unnecessary events to propagate through a pipeline.
  • f886444: feat(release): Goreleaser Pro (#1055) (@jsirianni)
  • 1e94d4a: feat: Add remove empty values processor (#1059) (@BinaryFissionGames)

Bug Fixes

Dependencies

Other