From 99896e8888f66ff7d46bc7ed8c4e8fa17b585446 Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Thu, 22 Jan 2026 14:17:44 -0600 Subject: [PATCH] Better grafana env variables for benchmarks Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> --- .github/workflows/benchmark.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6b2efa06cd..4415e790a0 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -155,10 +155,12 @@ jobs: pnpm install pnpm run build - - name: Publish to DataDog + - name: Publish working-directory: benchmark-results run: | node ./bin/publish.js ../benchmark.log desktop.ci.performance.${{ matrix.metric }} env: DD_API_KEY: ${{ secrets.DATADOG_API_KEY }} - GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }} + OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }} + OTEL_EXPORTER_OTLP_PROTOCOL: ${{ secrets.OTEL_EXPORTER_OTLP_PROTOCOL }} + OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}