Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 928 Bytes

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 928 Bytes

Changelog

v0.0.2

Added

  • Flightpath exposes go runtime telemetry to metrics sink if enabled
  • Flightpath can configure Envoy to initiate request tracing if enabled
  • Added example systemd unit files in contrib/systemd
  • Improved sample Envoy configuration file
    • Demonstrate metrics and tracing configuration
    • Static health check endpoint that does not rely on admin inteface
    • Configuration to tag metrics

Changed

  • Debug server no longer runs by default

v0.0.1

Added

  • Update internal/envoy-config.yaml to demonstrate telemetry configuration

Fixed

  • Immediately remove nodes with failing consul health checks
  • Only send updates to the xDS server when there is an actual change

Changed

  • Support printing metrics to stderr.
    • -dogstatsd argument is no longer available
    • A new argument -metrics.sink can be used to configure where to send the metrics