📈 Skipper Metrics Observer

Te be able to distinct Skipper routes we need to combine the Canary data to generate the Skipper metric label.

"request-success-rate" and  "request-duration" queries are implemented and tested that provide those obersvations from Skipper metrics

* Takes into account how Skipper renders the paths accordingly and reformats the quieries.
This commit is contained in:
Samuel Lang
2020-08-17 08:23:38 +02:00
parent a9ad6c92a6
commit 39e55daa04
4 changed files with 193 additions and 0 deletions
+1
View File
@@ -9,4 +9,5 @@ const (
GlooProvider string = "gloo"
NGINXProvider string = "nginx"
KubernetesProvider string = "kubernetes"
SkipperProvider string = "skipper"
)