Skip to main content
Go to OTel Collector in the sidebar to manage collectors across all your clusters.

Collector status

Each cluster card shows a status badge:
StatusMeaning
HealthyGateway and node collector pods are running and sending data
DegradedCollector is running but reporting errors (check the error card)
InstallingHelm install is in progress
ErrorInstallation failed or pods crashed
Not installedNo collector deployed to this cluster yet

Install a collector

  1. Open the OTel Collector page.
  2. Find the cluster card and click Install Collector.
  3. Obsy runs helm install in the obsy-system namespace. The process takes 60–120 seconds.
  4. The status badge changes to Healthy once all pods are running.
You need at least one observability platform connected (Datadog or Grafana) before installing. The collector config includes your platform’s export endpoint and API credentials.

Reinstall / update

If you’ve changed sampling settings or connected a new platform, click Reinstall Collector on the cluster card. Obsy runs a Helm upgrade with the updated config. Active data collection continues during the upgrade (rolling update).

Collector health card

The OTel Collector Health card on the cluster detail shows live metrics read from your observability platform:
MetricWhat it means
Spans acceptedTraces received by the gateway per minute
Spans sentTraces successfully exported to your platform
Failed exportsSpans dropped due to export errors
Memory usageGateway process RSS memory
Queue sizeNumber of spans queued waiting for export
CPU usageGateway process CPU seconds
If the platform connection is healthy but metrics show zero, ensure the collector has been running for at least 5 minutes and check the exporter config is pointing to the right endpoint.

Pipeline diagram

The Your OTel Pipeline diagram on the OTel Collector page shows the live state of your pipeline — which processors are active, whether custom drop rules are configured, and whether sampling is enabled and at what rate.

Error messages

If the collector fails to install, an OTel Collector Error card appears on the cluster detail with the raw Helm error and a human-readable explanation. Common causes:
ErrorLikely cause
cannot install in namespace: already existsA previous install attempt partially succeeded; click Reinstall
invalid configuration: service::pipelines: must have at least one exporterPlatform credentials are missing or expired; reconnect in Integrations
pending-upgrade: another operation in progressA previous upgrade timed out; Obsy auto-recovers on the next sync

Uninstall

To remove the collector from a cluster:
helm uninstall obsy-collector -n obsy-system
kubectl delete namespace obsy-system
Obsy does not automatically uninstall when you remove a cluster from the platform.