Skip to content
Merged
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
8 changes: 6 additions & 2 deletions docs/manuals/spaces/features/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ This configuration exports metrics and logs from:

- Crossplane installation
- Spaces infrastructure (controller, API, router, etc.)
- `provider-helm`
- `provider-kubernetes`
Comment on lines -99 to -100
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cleaned this up as it was old and not accurate anymore


### Router metrics

Expand Down Expand Up @@ -131,6 +129,12 @@ Self-hosted users can include system workloads (`api-server`, `etcd`) by setting
`observability.collectors.includeSystemTelemetry=true` in Helm.
:::

:::important
Spaces validates `SharedTelemetryConfig` resources before applying them by
sending telemetry to configured exporters. For self-hosted Spaces, ensure that
`spaces-controller` can reach the exporter endpoints.
:::

### `SharedTelemetryConfig`

`SharedTelemetryConfig` is a group-scoped custom resource that defines telemetry
Expand Down