ffwd
ffwd copied to clipboard
ffwd version should be added as a tag on a metric
That way the version can be monitored when doing a deploy.
Should it be a resource identifier to prevent disappearing metrics in Heroic?
I was actually assuming this would be a what = ffwd-version
w/ some value emitted (in the $key = ffwd-java
). not some tag appended to everything. That way we can query for that and use say count(what,) groupBy
to measure rollouts.
We could measure rollouts that way, but not compare metrics across versions - eg that wouldn't show the UDP issue from #191. So I guess what's our goal with the version tag? Measure rollout progress or watch for performance regressions?