[Obs Agent Builder] Rename plugin and update folder structure#245315
[Obs Agent Builder] Rename plugin and update folder structure#245315viduni94 merged 11 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/obs-ai-team (Team:obs-ai) |
|
Pinging @elastic/obs-presentation-team (Team:obs-presentation) |
...lutions/observability/plugins/observability_agent_builder/server/routes/ai_insights/route.ts
Outdated
Show resolved
Hide resolved
|
|
||
| export function getObservabilityAgentBuilderAiInsightsRouteRepository() { | ||
| const exampleRoute = createObservabilityAgentBuilderServerRoute({ | ||
| endpoint: 'GET /internal/observability_agent_builder/ai_insights/example', |
There was a problem hiding this comment.
Added an example route to add the correct folder structure. I'll remove this in #243734
| @@ -67,10 +62,5 @@ export const createAiInsightAttachmentType = (): AttachmentTypeDefinition => { | |||
| The AI Insight attachment carries a concise natural-language summary (aiSummary) and contextual data (contextData) relevant to observability investigations. | |||
| `); | |||
| }, | |||
| getTools: () => [ | |||
There was a problem hiding this comment.
This was removed in all of our PRs, therefore added it here.
🔍 Preview links for changed docs |
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Public APIs missing exports
Unknown metric groupsAPI count
History
cc @viduni94 |
jennypavlova
left a comment
There was a problem hiding this comment.
Obs presentation code changes LGTM 💯
…c#245315) Closes elastic#245320 ## Summary This PR updates the `observability_agent` plugin name to `observability_agent_builder` as we have all things agent builder in this plugin, not only the agent. The APM plugin folder structure is also updated to reflect Agent Builder. ### 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>
Closes #245320 ## Summary The observability_agent plugin was renamed to `observability_agent_builder` and all related references were renamed in #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>
…c#245315) Closes elastic#245320 ## Summary This PR updates the `observability_agent` plugin name to `observability_agent_builder` as we have all things agent builder in this plugin, not only the agent. The APM plugin folder structure is also updated to reflect Agent Builder. ### 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>
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>
Closes #245320
Summary
This PR updates the
observability_agentplugin name toobservability_agent_builderas we have all things agent builder in this plugin, not only the agent.The APM plugin folder structure is also updated to reflect Agent Builder.
Checklist
release_note:*label is applied per the guidelinesbackport:*labels.