From 95d3eaccf3bce03542ce0997d89c37e82f853c70 Mon Sep 17 00:00:00 2001 From: "grafanarenovatebot[bot]" <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 20:33:40 +0000 Subject: [PATCH 1/2] chore(deps): update dependency opentelemetry-collector to v0.126.0 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index c2ba7d0c..2e3787da 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -9,7 +9,7 @@ ARG LOKI_VERSION=v3.5.0 # renovate: datasource=github-releases depName=pyroscope packageName=grafana/pyroscope ARG PYROSCOPE_VERSION=v1.13.2 # renovate: datasource=github-releases depName=opentelemetry-collector packageName=open-telemetry/opentelemetry-collector-releases -ARG OPENTELEMETRY_COLLECTOR_VERSION=v0.125.0 +ARG OPENTELEMETRY_COLLECTOR_VERSION=v0.126.0 # hadolint global ignore=DL3059 FROM redhat/ubi9:9.5-1747112166 AS builder From 02b543d07806c2803b79c744d86dfc7a7f505602 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Thu, 15 May 2025 13:04:50 +0200 Subject: [PATCH 2/2] fix --- .github/zizmor.yml | 9 +++++++++ examples/ebpf-profiler/oats.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .github/zizmor.yml diff --git a/.github/zizmor.yml b/.github/zizmor.yml new file mode 100644 index 00000000..6ff2a2fc --- /dev/null +++ b/.github/zizmor.yml @@ -0,0 +1,9 @@ +# This is also used as the default configuration for the Zizmor reusable +# workflow. + +rules: + unpinned-uses: + config: + policies: + actions/*: any # trust GitHub + grafana/*: any # trust Grafana diff --git a/examples/ebpf-profiler/oats.yaml b/examples/ebpf-profiler/oats.yaml index f37901ee..b748be7b 100644 --- a/examples/ebpf-profiler/oats.yaml +++ b/examples/ebpf-profiler/oats.yaml @@ -8,7 +8,7 @@ expected: - query: 'process_cpu:cpu:nanoseconds:cpu:nanoseconds{process_executable_name=~"python.*"}' flamebearers: # not very useful, because the python function names are not in the flamegraph - contains: "python3" + contains: "python" - query: 'process_cpu:cpu:nanoseconds:cpu:nanoseconds{process_executable_name="java"}' flamebearers: contains: "void org.springframework.boot.SpringApplication.refreshContext(org.springframework.context.ConfigurableApplicationContext)"