signalfx / signalfx-k8s-metrics-adapter

Horizontal Pod Autoscaler custom/external metrics provider for Kubernetes that uses SignalFx as the backend
Apache License 2.0
10 stars 15 forks source link

Handle changes to the active timeseries on a job better #5

Closed keitwb closed 5 years ago

keitwb commented 5 years ago

Previously it was assuming all data for a compuatation came in on a single data message, which was a bad assumption.

It will now update the snapshot incrementally and clean up any timeseries that haven't reported for three times their resolution.