Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/zizmor.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/ebpf-profiler/oats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"