Skip to content

Commit

Permalink
Add default excluded services to our Beyla Helm chart (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
grcevski authored Nov 7, 2024
1 parent 0fd215d commit b2c9d1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/beyla/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: beyla
version: 1.4.9
version: 1.4.10
appVersion: 1.8.6
description: eBPF-based autoinstrumentation HTTP, HTTP2 and gRPC services, as well as network metrics.
home: https://grafana.com/oss/beyla-ebpf/
Expand Down
2 changes: 2 additions & 0 deletions charts/beyla/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ data:
discovery:
services:
- k8s_namespace: .
exclude_services:
- exe_path: ".*alloy.*|.*otelcol.*|.*beyla.*"
{{- end }}
{{- end }}
{{- toYaml .Values.config.data | nindent 4}}
Expand Down

0 comments on commit b2c9d1b

Please sign in to comment.