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 }} 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.