Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/ai/sre-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ Configure `rcaAgentURL` in the `ClusterObservabilityPlane` resource so the UI kn
Check that the SRE Agent pod is running:

```bash
kubectl get pods -n openchoreo-observability-plane -l app.kubernetes.io/component=ai-rca-agent
kubectl get pods -n openchoreo-observability-plane -l app.kubernetes.io/component=sre-agent
```

If you are using the default identity provider (ThunderID) and the default SQLite report storage, your setup is complete.

For a full, end-to-end walkthrough of setting up alerting with AI-powered root cause analysis, refer to the [URL Shortener sample](https://github.com/openchoreo/openchoreo/tree/main/samples/from-source/projects/url-shortener).
For a full, end-to-end walkthrough of setting up alerting with AI-powered root cause analysis, refer to the [URL Shortener sample](https://github.com/openchoreo/openchoreo/tree/main/samples/from-image/url-shortener).

<details id="authentication-and-authorization">
<summary><strong>Authentication and Authorization (External IdP)</strong></summary>
Expand Down
Loading