diff --git a/charts/nr-ebpf-agent/Chart.yaml b/charts/nr-ebpf-agent/Chart.yaml index 0f656af5a..0277c99a2 100644 --- a/charts/nr-ebpf-agent/Chart.yaml +++ b/charts/nr-ebpf-agent/Chart.yaml @@ -13,7 +13,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.11 +version: 0.1.12 dependencies: - name: common-library version: 1.3.0 diff --git a/charts/nr-ebpf-agent/values.yaml b/charts/nr-ebpf-agent/values.yaml index 3a6f6da9b..c60476f1d 100644 --- a/charts/nr-ebpf-agent/values.yaml +++ b/charts/nr-ebpf-agent/values.yaml @@ -26,31 +26,31 @@ stirlingSources: "socket_tracer,tcp_stats" protocols: http: enabled: true - samplingLatency: "" + samplingLatency: "p1" kafka: enabled: true - samplingLatency: "" + samplingLatency: "p1" mysql: enabled: true - samplingLatency: "" + samplingLatency: "p1" redis: enabled: true - samplingLatency: "" + samplingLatency: "p1" mongodb: enabled: true - samplingLatency: "" + samplingLatency: "p1" amqp: enabled: true - samplingLatency: "" + samplingLatency: "p1" cass: enabled: true - samplingLatency: "" + samplingLatency: "p1" dns: enabled: true - samplingLatency: "" + samplingLatency: "p1" pgsql: enabled: true - samplingLatency: "" + samplingLatency: "p1" # -- The periodicity in seconds at which the eBPF agent pushes data to the OTel collector for export to NR. # The eBPF agent applies a request path clustering algorithm to reduce cardinality in exported HTTP data.