Releases: cloudfoundry/bosh-system-metrics-server-release
Releases · cloudfoundry/bosh-system-metrics-server-release
bosh-system-metrics-server-release v0.0.12
- Fixes blobstore bucket name
bosh-system-metrics-server-release v0.0.10
- 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.