Commit graph

1 commit

Author SHA1 Message Date
Søren Louv-Jansen
0c9a323816
[Obs AI Assistant] Move alert context from apm to obs api (#182243)
Follow-up to https://github.com/elastic/kibana/pull/181501

This moves the alert details context used by the AI Assistant from the
apm api `GET /internal/apm/assistant/get_obs_alert_details_context` to
the Obs api
`/internal/observability/assistant/alert_details_contextual_insights`.

This also involves adding a type safe API client to the observability
API tests

### Other changes:

- Rename `synthtraceEsClient` to `apmSynthtraceEsClient` to indicate it
is specific to APM
2024-05-02 07:03:23 -07:00