Use Status Code name instead of number in our error metrics #5349
Labels
area/metrics
Metrics tracking work for skaffold
kind/feature-request
priority/p2
May take a couple of releases
Expected behavior
Metrics have error labels that show the name of the error e.g.
error : OK
anderror : DEPLOY_LIST_MANIFEST_ERR
Actual behavior
error labels only use the number e.g
error : 0
orerror : 1014
skaffold/pkg/skaffold/instrumentation/export.go
Line 152 in e66f04c
The text was updated successfully, but these errors were encountered: