From 8667beb7cee16bc91a5bb52dec1ca9152fb31969 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 00:32:21 +0000 Subject: [PATCH 1/2] Update super-linter/super-linter action to v8 --- .github/workflows/super-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index b3439ca46..0a8a093db 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -24,7 +24,7 @@ jobs: run: grep -v '^#' .github/super-linter.env | grep -v 'FIX_' >> "$GITHUB_ENV" - name: Super-linter - uses: super-linter/super-linter@12150456a73e248bdc94d0794898f94e23127c88 # v7.4.0 + uses: super-linter/super-linter@5119dcd8011e92182ce8219d9e9efc82f16fddb6 # v8.0.0 env: # To report GitHub Actions status checks GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 7d31ec52910486b8bc08db05ab4e79a8b2264a98 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Mon, 21 Jul 2025 10:18:47 +0200 Subject: [PATCH 2/2] fix lint Signed-off-by: Gregor Zeitlinger --- docs/content/otel/otlp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/otel/otlp.md b/docs/content/otel/otlp.md index 2a6f8da9b..568219dd0 100644 --- a/docs/content/otel/otlp.md +++ b/docs/content/otel/otlp.md @@ -57,5 +57,5 @@ for tracing, and use the Prometheus Java client for metrics, it is sufficient to agent because the Prometheus library will pick up the same configuration. The [examples/example-exporter-opentelemetry](https://github.com/prometheus/client_java/tree/main/examples/example-exporter-opentelemetry) -folder has a docker compose with a complete end-to-end example, including a Java app, the OTel +folder has a Docker compose with a complete end-to-end example, including a Java app, the OTel collector, and a Prometheus server.