You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now being able to test kubernetesResource, I ran into a different issue :) When trying to use kubernetesResource + http checks, it works fine. But when I try to extract custom metrics from the http check, they don't appear in metrics at all.
It's very unfortunate that it doesn't work, as it'd be our main use case for Canary Checker (running custom pods with checks and getting metrics from them).
The text was updated successfully, but these errors were encountered:
Hi!
Now being able to test kubernetesResource, I ran into a different issue :) When trying to use kubernetesResource + http checks, it works fine. But when I try to extract custom metrics from the http check, they don't appear in metrics at all.
Example config (stitched together from https://github.com/flanksource/canary-checker/blob/master/fixtures/k8s/kubernetes_resource_service_pass.yaml and https://github.com/flanksource/canary-checker/blob/master/fixtures/minimal/metrics.yaml):
canary.yaml
It shows green in the UI, but when I query metrics the ones I defined are not there:
With a simple (standalone) http check it works as expected:
It's very unfortunate that it doesn't work, as it'd be our main use case for Canary Checker (running custom pods with checks and getting metrics from them).
The text was updated successfully, but these errors were encountered: