Skip to content

unleash-edge v19.6.0

Latest
Compare
Choose a tag to compare
@chriswk chriswk released this 16 Oct 13:33
03364f8

Chore

  • prepare for release

New Features

  • internal-backstage endpoints are disableable.
    Sensitive endpoint (tokens, features, metricsbatch, metrics) can now all
    be turned off with separate flags

  • flush metrics on clean shutdown

  • Support prometheus remote write protocol for metrics

    • fix: make sure to post correct registry to vm

    • feat: Add support for remote writing prometheus


Other

  • remove request tracing
    Originally we wanted to support OpenTelemetry for tracing, but we no
    longer support setting up an OTEL_COLLECTOR, so removing the request
    tracer seems sensible

Commit Statistics

  • 5 commits contributed to the release.
  • 6 days passed between releases.
  • 5 commits were understood as conventional.
  • 4 unique issues were worked on: #548, #563, #564, #565

Commit Details

view details
  • #548
  • #563
    • Support prometheus remote write protocol for metrics (3e1f60d)
  • #564
    • Flush metrics on clean shutdown (acfb38b)
  • #565
    • Internal-backstage endpoints are disableable. (b1815f4)
  • Uncategorized