Skip to content

Conversation

@tataruty
Copy link
Contributor

@tataruty tataruty commented Nov 5, 2025

Proposed changes

Problem:
We need to remove v1alpha1 version of the Observability API in the future. We are supporting a newer version v1alpha2 for Observability API now.
#2986 to support the newer version.

Solution: Remove observability from v1alpha1.

Testing: Functional and unit tests

Closes #2767

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

Release notes

If this PR introduces a change that affects users and needs to be mentioned in the release notes,
please add a brief note that summarizes the change.

Remove deprecated v1alpha1 Observability API

@github-actions github-actions bot added the chore Pull requests for routine tasks label Nov 5, 2025
@codecov
Copy link

codecov bot commented Nov 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.07%. Comparing base (64a5b2c) to head (81b7e7a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4215      +/-   ##
==========================================
- Coverage   86.10%   86.07%   -0.03%     
==========================================
  Files         131      131              
  Lines       14162    14162              
  Branches       35       35              
==========================================
- Hits        12194    12190       -4     
- Misses       1766     1768       +2     
- Partials      202      204       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tataruty tataruty requested a review from bjee19 November 5, 2025 11:45
@tataruty tataruty marked this pull request as ready for review November 5, 2025 12:31
@tataruty tataruty requested a review from a team as a code owner November 5, 2025 12:31
@ciarams87
Copy link
Contributor

@tataruty We should add a release note too that we removed this deprecated API

@tataruty tataruty force-pushed the chore/remove_v1alpha1_of_observability_api branch from df68e1c to 81b7e7a Compare November 6, 2025 12:04
@salonichf5
Copy link
Contributor

salonichf5 commented Nov 6, 2025

Can we update the description on what happens when we use that API version? Could you check the upgrade process? For example if a user is using this version and we delete it -- what does the user see? or does it get automatically upgraded?

Looks good to me otherwise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Pull requests for routine tasks release-notes

Projects

Status: 🆕 New

Development

Successfully merging this pull request may close these issues.

Remove the v1alpha1 version of the Observability API

4 participants