feat: Add daily Grafana OTel Instrumentation workflow#30190
Conversation
mnkiefer
commented
May 4, 2026
- Adds workflow leverages Grafana traces to identify impactful improvements. It generates actionable GitHub issues based on the findings, enhancing observability and developer experience.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Pull request overview
Adds a new daily agentic workflow that queries Grafana tracing data to evaluate the repository’s OpenTelemetry (OTel) instrumentation and files a single actionable GitHub issue for the highest-impact improvement.
Changes:
- Introduces a new markdown-based gh-aw workflow definition for a “Daily Grafana OTel Instrumentation Advisor”.
- Adds the compiled/pinned
.lock.ymlworkflow produced bygh aw compilefor scheduled execution in GitHub Actions.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/daily-grafana-otel-instrumentation-advisor.md | Defines the workflow prompt, Grafana MCP server configuration, and safe-output behavior (create at most one issue/day). |
| .github/workflows/daily-grafana-otel-instrumentation-advisor.lock.yml | Generated compiled workflow used by GitHub Actions (jobs, permissions, scheduling, safe-outputs handling). |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 1
|
Hey One thing that would help get this across the finish line:
If you'd like a hand, you can assign this prompt to your coding agent:
|
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
@copilot Run make fmt and lint. |
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/91749629-e50c-4504-9538-c34ed7f37e75 Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Done. Ran |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>