Skip to content

Commit efafb8b

Browse files
authored
chore: update telemetry query timeframe to last 24h for smoke otel (#32465)
1 parent 7616aae commit efafb8b

4 files changed

Lines changed: 38 additions & 24 deletions

File tree

.github/workflows/daily-fact.lock.yml

Lines changed: 13 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/linter-miner.lock.yml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-claude.lock.yml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-otel-backends.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ Decide:
121121
Use the Sentry MCP tools configured in this workflow.
122122

123123
1. Discover the organization and project for `${{ github.repository }}`.
124-
2. Query recent telemetry for the last 30 minutes.
124+
2. Query recent telemetry for the last 24 hours.
125125
3. First try to find spans for the current run using `${{ github.run_id }}` plus `service.name=gh-aw` when the MCP tool supports those filters.
126-
4. If the current run is not visible, run a fallback query for recent `gh-aw` spans to distinguish ingestion delay from a broken Sentry query path.
126+
4. If the current run is not visible, run a fallback query for `gh-aw` spans from the last 24 hours to distinguish ingestion delay from a broken Sentry query path.
127127

128128
Record all of the following:
129129

@@ -145,7 +145,7 @@ Use the Grafana MCP server configured in this workflow.
145145

146146
1. Inspect the available Grafana tracing tools first.
147147
2. Discover the tracing datasource or Tempo surface that contains `gh-aw` spans.
148-
3. Query the last 30 minutes of traces.
148+
3. Query the last 24 hours of traces.
149149
4. First try to locate spans for `${{ github.run_id }}`.
150150
5. If the current run is not visible, fall back to recent `service.name=gh-aw` spans to distinguish ingestion delay from a broken Grafana query path.
151151

0 commit comments

Comments
 (0)