Skip to content

Commit

Permalink
falco: add prometheus-exporter
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor@evrone.com>
  • Loading branch information
batazor committed Mar 17, 2023
1 parent 2b4e431 commit beefdd6
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ops/Helm/addons/falco/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ dependencies:
- name: falco
repository: https://falcosecurity.github.io/charts
version: 3.1.2
digest: sha256:877f5ca57d00b2aa2f697e41eedc25d2c2668eddfdf967c850b459f70ed9c21e
generated: "2023-03-17T11:52:43.764056+01:00"
- name: falco-exporter
repository: https://falcosecurity.github.io/charts
version: 0.9.1
digest: sha256:bdc78b48e13ef136e962f358980262c23d59326130f31f1788c8adad10e9b3f5
generated: "2023-03-17T12:11:52.55121+01:00"
8 changes: 8 additions & 0 deletions ops/Helm/addons/falco/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@ dependencies:
condition: falco.enabled
tags:
- security
- name: falco-exporter
version: 0.9.1
repository: https://falcosecurity.github.io/charts
condition: falco-exporter.enabled
tags:
- security
- observability
- metrics
Binary file not shown.
13 changes: 13 additions & 0 deletions ops/Helm/addons/falco/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,16 @@ falco:

driver:
kind: modern-bpf

falco-exporter:
enabled: true

serviceMonitor:
enabled: true

grafanaDashboard:
enabled: true
namespace: grafana

prometheusRules:
enabled: true

0 comments on commit beefdd6

Please sign in to comment.