Skip to content

Commit 6af35f9

Browse files
chore(deps): update module go.opentelemetry.io/ebpf-profiler to v0.0.202540 (#1201)
* chore(deps): update module go.opentelemetry.io/ebpf-profiler to v0.0.202540 * ebpf-profiler: change SamplesPerSecond to samples_per_second With recent changes, SamplesPerSecond got replaced by samples_per_second in the configuration. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Florian Lehner <florianl@users.noreply.github.com>
1 parent 3ee65db commit 6af35f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

distributions/otelcol-ebpf-profiler/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ processors:
2121
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor v0.137.0
2222

2323
receivers:
24-
- gomod: go.opentelemetry.io/ebpf-profiler v0.0.202539
24+
- gomod: go.opentelemetry.io/ebpf-profiler v0.0.202540
2525
import: go.opentelemetry.io/ebpf-profiler/collector
2626

2727
providers:

tests/docker-tests/ebpf-profiler-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
receivers:
22
profiling:
3-
SamplesPerSecond: 19
3+
samples_per_second: 19
44

55
exporters:
66
otlphttp:

0 commit comments

Comments
 (0)