Metrics
Learn how to ingest OTEL metrics with groundcover
Last updated
Learn how to ingest OTEL metrics with groundcover
Last updated
groundcover fully supports the ingestion of metrics in the Open Telemetry format, displaying them as custom metrics in our platform, allowing to build custom dashboards and setting up alerts.
OTLP Metrics generated from Kubernetes pods can be ingested directly by our Custom Metrics
deployment. Ingestion is supported by changing the exporter endpoint to the Custom Metrics Service Endpoint, sending it directly to our Victoria Metrics backend.
Use the instructions here to locate the endpoint for the Custom Metrics service, referenced below as {GROUNDCOVER_CUSTOM_METRICS_ENDPOINT}
.
Change your deployments environments variables to the endpoint found above. This will redirect all traces and logs generated by the service to groundcover.
The method above only support HTTP
protocol with protobuf
payloads. If your SDK is sending data in other protocols or formats, it will not be ingested.