Skip to content

Releases: cloudfoundry/bosh-system-metrics-server-release

bosh-system-metrics-server-release v0.0.12

22 Sep 20:20
Compare
Choose a tag to compare
  • Fixes blobstore bucket name

bosh-system-metrics-server-release v0.0.10

11 Aug 19:47
Compare
Choose a tag to compare
  • Adds health endpoint that provides ingress/egress metrics. It is hosted on localhost.
  • Server can now verify uaa tokens that are presented as part of gRPC metadata.
  • Server can now handle multiple clients with different subscriptions. That is, metrics are divided amongst clients with the same subscription ids and duplicated amongst clients with different subscription ids.
  • Server now drains all the messages out to the clients as part of a graceful stop.
  • Timestamps from the bosh events are converted to nanoseconds before sending them out.
  • Server job now takes a certificate and key pair to start encrypting traffic to the forwarder.