kubernetes/test/instrumentation
Marek Siarkowicz 53fc6f9b58 Finish implementation of stable metrics static analysis
Handle "DeprecatedVersion" field
Fix kube metrics framework path
Implement handling prometheus util functions for generating buckets
2019-08-21 23:46:36 +02:00
..
testdata
BUILD Finish implementation of stable metrics static analysis 2019-08-21 23:46:36 +02:00
decode_metric.go Finish implementation of stable metrics static analysis 2019-08-21 23:46:36 +02:00
error.go Finish implementation of stable metrics static analysis 2019-08-21 23:46:36 +02:00
find_stable_metric.go
main_test.go Finish implementation of stable metrics static analysis 2019-08-21 23:46:36 +02:00
main.go Finish implementation of stable metrics static analysis 2019-08-21 23:46:36 +02:00
metric.go
OWNERS
README.md
update-stable-metrics.sh
verify-stable-metrics.sh

This directory contains the regression test for controlling the list of stable metrics

If you add or remove a stable metric, this test will fail and you will need to update the golden list of tests stored in testdata/. Changes to that file require review by sig-instrumentation.

To update the list, run

./update-stable-metrics.sh

Add the changed file to your PR, then send for review.