Moshe Immerman

Results 55 comments of Moshe Immerman
trafficstars

Hi - Can you describe the use case a little more? Is this more from a HA perspective with having 2 instances running, but only have health checks running from...

``` - name: cpu lookups: - query: sum(node:node_num_cpu:sum) mapping: max: int(results[0].value - query: '1000 * sum(rate(container_cpu_usage_seconds_total{container!=""{{.Values.prometheus.labels}}}[5m]))' connection: connection://{{ .Values.prometheus.connection }} mapping: value: int(results[0].value headline: true unit: "'millicores'" ```

Hi @miry Part of the reason we don't do this currently is the potential for an explosion of labels keys and values - Would a whitelist of label keys that...

@miry - I have created a new issue for that: https://github.com/flanksource/canary-checker/issues/2227 This issue is more around kubernetes labels ``` metadata: labels: domain: example.com ```

Hi @ayladrsn can you provide some more context in terms of the installation steps you are following and the error messages you receive ?