Deploy OpenTelemetry#2793
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds OpenTelemetry instrumentation to the update_deb_repository.yml workflow by integrating the plengauer/opentelemetry-github/actions/instrument/job@v5.41.0 action. The instrumentation enables telemetry collection for the Debian repository update workflow, using the same configuration pattern as other instrumented workflows in the repository.
Changes:
- Added OpenTelemetry job instrumentation to the
update_deb_repository.ymlworkflow - Updated the
observability.ymlworkflow to include the newly instrumented workflow in its monitoring list
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/update_deb_repository.yml |
Added OpenTelemetry job instrumentation action with required permissions and secret configuration |
.github/workflows/observability.yml |
Added "Update Debian Repository" workflow to the monitored workflows list |
moflwi
previously approved these changes
Jan 15, 2026
207f5bd to
aaba2ca
Compare
aaba2ca to
d9eb17c
Compare
d9eb17c to
79e0b28
Compare
79e0b28 to
36fc776
Compare
36fc776 to
afa43c7
Compare
moflwi
approved these changes
Jan 22, 2026
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 and job-level OpenTelemetry instrumentation to every workflow.
(this PR is automatically generated)