OpenTelemetry
Ingest and visualize OTEL data with groundcover
groundcover supports ingesting different data types in the OTEL format, displaying them natively in the platform. For more information see the following subpages:
Quick Start In a Kubernetes cluster
For more customization options see Traces & Logs, Metrics
The configuration below is meant to setup OTLP ingestion from a a single service in an environment with a standard installation of groundcover.
Apply the following environment variables to the instrumented service to redirect all signals to groundcover's ingestion endpoint inside your cluster.
groundcover versions from 1.8.245
groundcover versions before 1.8.245
For versions before 1.8.245, it is required to turn on custom-metrics
to enable the OTLP metrics endpoint. See docs here.
Last updated