[Obs AI] Rename data provider and types#245426
Merged
viduni94 merged 8 commits intoelastic:mainfrom Dec 8, 2025
Merged
Conversation
Contributor
|
Pinging @elastic/obs-ai-team (Team:obs-ai) |
Contributor
|
Pinging @elastic/obs-presentation-team (Team:obs-presentation) |
viduni94
commented
Dec 5, 2025
sorenlouv
reviewed
Dec 7, 2025
sorenlouv
approved these changes
Dec 7, 2025
e9801f0 to
fac7d43
Compare
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
cc @viduni94 |
crespocarlos
approved these changes
Dec 8, 2025
JordanSh
pushed a commit
to JordanSh/kibana
that referenced
this pull request
Dec 9, 2025
Closes elastic#245320 ## Summary The observability_agent plugin was renamed to `observability_agent_builder` and all related references were renamed in elastic#245315 The data provider stopped working after that because there were some leftover renaming to do. This PR fixes this issue. ### Checklist - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
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.
Closes #245320
Summary
The observability_agent plugin was renamed to
observability_agent_builderand all related references were renamed in #245315The data provider stopped working after that because there were some leftover renaming to do. This PR fixes this issue.
Checklist
release_note:*label is applied per the guidelinesbackport:*labels.