Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds repository- and job-level OpenTelemetry GitHub Actions instrumentation across workflows to improve observability for workflow and repository events.
Changes:
- Introduces a new repository-level OpenTelemetry workflow triggered on common repo events.
- Updates existing observability workflow to include an additional workflow in
workflow_runtriggers. - Removes a custom container runner from the checksuite observability workflow.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| .github/workflows/observability_repository.yml | Adds a new workflow to collect OpenTelemetry signals for repository and job events. |
| .github/workflows/observability_checksuite.yml | Drops the job-level container runner configuration. |
| .github/workflows/observability.yml | Updates the workflow_run workflow allowlist to include “Copilot code review”. |
46ce6d8 to
178ae23
Compare
178ae23 to
e596f1b
Compare
e596f1b to
7ae2c1b
Compare
7ae2c1b to
fc1c7de
Compare
f6494f8 to
1f3c154
Compare
moflwi
previously approved these changes
Feb 19, 2026
7bd0539 to
65d62a9
Compare
779a5cd to
3150564
Compare
2b68dde to
08f43cc
Compare
moflwi
previously approved these changes
Feb 23, 2026
8e13ff1 to
c9cfe50
Compare
c9cfe50 to
1fb228f
Compare
1fb228f to
6646e46
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR deploys workflow-level, job-level, check suite-level as well as repository-level OpenTelemetry instrumentation to every workflow.
(this PR is automatically generated)