Skip to content

Commit

Permalink
fix: remove second debug comment
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Labarussias <[email protected]>
Signed-off-by: David Calvert <[email protected]>
  • Loading branch information
dotdc and Issif authored Apr 26, 2024
1 parent 0d74353 commit b53d1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/falco-exporter/templates/grafana-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ data:
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "sum(rate(falco_events[$__rate_interval])) by (pod, hostname)\n# {container=\"falco-exporter\", endpoint=\"metrics\", hostname=\"falco-27jks\", instance=\"10.0.0.5:9376\", job=\"falco-exporter\", k8s_ns_name=\"<NA>\", k8s_pod_name=\"<NA>\", namespace=\"falco\", pod=\"falco-exporter-x86b5\", priority=\"5\", rule=\"Contact K8S API Server From Container\", service=\"falco-exporter\", source=\"syscall\", tags=\",T1565,container,k8s,maturity_stable,mitre_discovery,network,\"}",
"expr": "sum(rate(falco_events[$__rate_interval])) by (pod, hostname)",
"hide": false,
"instant": false,
"legendFormat": "{{`{{ pod }} ({{hostname}})`}}",
Expand Down

0 comments on commit b53d1ed

Please sign in to comment.