[Infra] Update banned API analyzers - #4068
Closed
martincostello wants to merge 6 commits into
Closed
Conversation
martincostello
had a problem deploying
to
external
April 7, 2026 14:02 — with
GitHub Actions
Failure
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4068 +/- ##
==========================================
+ Coverage 75.76% 75.85% +0.08%
==========================================
Files 438 438
Lines 18002 18002
==========================================
+ Hits 13639 13655 +16
+ Misses 4363 4347 -16 Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
martincostello
commented
Apr 8, 2026
martincostello
had a problem deploying
to
external
April 8, 2026 11:42 — with
GitHub Actions
Failure
martincostello
had a problem deploying
to
external
April 8, 2026 12:26 — with
GitHub Actions
Failure
This was referenced Apr 8, 2026
martincostello
force-pushed
the
banned-api-analyzers
branch
from
April 15, 2026 11:57
d745135 to
79a8dab
Compare
martincostello
had a problem deploying
to
external
April 15, 2026 11:57 — with
GitHub Actions
Failure
martincostello
had a problem deploying
to
external
April 15, 2026 16:40 — with
GitHub Actions
Failure
martincostello
force-pushed
the
banned-api-analyzers
branch
from
April 16, 2026 10:06
239e7f5 to
413e2e2
Compare
martincostello
had a problem deploying
to
external
April 16, 2026 10:06 — with
GitHub Actions
Failure
Ban constructors for `Activity` and `Meter` that do not support setting the telemetry schema URL. Relates to open-telemetry#4064.
martincostello
force-pushed
the
banned-api-analyzers
branch
from
April 20, 2026 08:19
413e2e2 to
28cb3cb
Compare
martincostello
had a problem deploying
to
external
April 20, 2026 08:19 — with
GitHub Actions
Failure
Fix signatures by removing spaces between parameters.
martincostello
had a problem deploying
to
external
April 20, 2026 08:20 — with
GitHub Actions
Failure
martincostello
had a problem deploying
to
external
April 21, 2026 14:18 — with
GitHub Actions
Failure
martincostello
had a problem deploying
to
external
June 11, 2026 13:30 — with
GitHub Actions
Failure
Member
Author
|
I'm going to close this for now rather than leave it lying around indefinitely until all the providers listed in #4064 are completed. This can be reopened once that issue is closed. |
This was referenced Jul 2, 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.
Relates to #4064.
Changes
Ban constructors for
ActivityandMeterthat do not support setting the telemetry schema URL.Merge requirement checklist
Unit tests added/updatedAppropriateCHANGELOG.mdfiles updated for non-trivial changesChanges in public API reviewed (if applicable)