Skip to content

v3.16.0

Compare
Choose a tag to compare
@swiatekm-sumo swiatekm-sumo released this 18 Oct 12:34
· 42 commits to release-v3 since this release
v3.16.0

Released 2023-10-18

Added

  • feat(logs): add sumologic.logs.additionalFields property #3286
  • feat(metrics): add additionalServiceMonitors setting #3292
  • feat(metrics): allow overriding metrics collector configuration #3314

Changed

  • chore: update setup job to v3.11.0 #3320

Fixed

  • fix(logs)!: move JSON parsing after user-defined processors #3281

    The log body will now always be a string if accessed in extra processors. Users who want to access specific fields in their parsed JSON
    log should explicitly call ParseJSON in their processor definition.

  • fix(metrics): decompose OTLP histograms #3289

  • fix(metrics): drop stale datapoints #3318

  • fix: fix Otel Operator installation with Helm 3.13 #3321

  • fix(metrics): kube-state-metrics pod metadata #3323