Skip to content

Commit bb0ed6a

Browse files
authored
feat: enable OpenTelemetry via shared observability fragment
Add gh-aw-fragments/observability.md that configures OTLP to export workflow spans when GH_AW_OTEL_ENDPOINT and GH_AW_OTEL_AUTHORIZATION secrets are available. Import the fragment in all 57 GitHub agentic workflow .md files and regenerate all lock files.
1 parent 629f371 commit bb0ed6a

121 files changed

Lines changed: 2723 additions & 376 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/agent-deep-dive.lock.yml

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

.github/workflows/agent-deep-dive.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ inlined-imports: true
33
name: "Internal: Agent Deep Dive"
44
description: "Deep dive a specific agent workflow's recent runs to understand behavior and surface detailed recommendations"
55
imports:
6+
- gh-aw-fragments/observability.md
67
- gh-aw-fragments/elastic-tools.md
78
- gh-aw-fragments/runtime-setup.md
89
- gh-aw-fragments/formatting.md

.github/workflows/agent-efficiency.lock.yml

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

.github/workflows/agent-efficiency.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ inlined-imports: true
33
name: "Internal: Agent Efficiency"
44
description: "Analyze agent workflow logs for inefficiencies, errors, and prompt improvement opportunities"
55
imports:
6+
- gh-aw-fragments/observability.md
67
- gh-aw-fragments/elastic-tools.md
78
- gh-aw-fragments/runtime-setup.md
89
- gh-aw-fragments/formatting.md

.github/workflows/gh-aw-agent-suggestions.lock.yml

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

.github/workflows/gh-aw-agent-suggestions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ inlined-imports: true
33
name: "Agent Suggestions"
44
description: "Suggest new agent workflows based on repo needs and downstream activity"
55
imports:
6+
- gh-aw-fragments/observability.md
67
- gh-aw-fragments/elastic-tools.md
78
- gh-aw-fragments/runtime-setup.md
89
- gh-aw-fragments/formatting.md

.github/workflows/gh-aw-autonomy-atomicity-analyzer.lock.yml

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

.github/workflows/gh-aw-autonomy-atomicity-analyzer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ inlined-imports: true
33
name: "Autonomy Atomicity Analyzer"
44
description: "Find patterns that block concurrent development by multiple agents or developers"
55
imports:
6+
- gh-aw-fragments/observability.md
67
- gh-aw-fragments/elastic-tools.md
78
- gh-aw-fragments/runtime-setup.md
89
- gh-aw-fragments/formatting.md

.github/workflows/gh-aw-branch-actions-detective.lock.yml

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

.github/workflows/gh-aw-branch-actions-detective.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
inlined-imports: true
33
description: "Analyze failed branch CI runs and create or update a tracking issue"
44
imports:
5+
- gh-aw-fragments/observability.md
56
- gh-aw-fragments/elastic-tools.md
67
- gh-aw-fragments/runtime-setup.md
78
- gh-aw-fragments/formatting.md

0 commit comments

Comments
 (0)