diff --git a/img/integrations/groundcover.png b/img/integrations/groundcover.png new file mode 100644 index 0000000..59ac9be Binary files /dev/null and b/img/integrations/groundcover.png differ diff --git a/mint.json b/mint.json index 761e5f0..52014e0 100644 --- a/mint.json +++ b/mint.json @@ -118,6 +118,7 @@ "openllmetry/integrations/elasticsearch-apm", "openllmetry/integrations/gcp", "openllmetry/integrations/grafana", + "openllmetry/integrations/groundcover", "openllmetry/integrations/highlight", "openllmetry/integrations/honeycomb", "openllmetry/integrations/hyperdx", diff --git a/openllmetry/integrations/groundcover.mdx b/openllmetry/integrations/groundcover.mdx new file mode 100644 index 0000000..b82dfea --- /dev/null +++ b/openllmetry/integrations/groundcover.mdx @@ -0,0 +1,36 @@ +--- +title: "LLM Observability with groundcover and OpenLLMetry" +sidebarTitle: "groundcover" +--- + + + + + +[groundcover](https://www.groundcover.com) is a BYOC, eBPF-powered, OpenTelemetry-native complete observability platform. + +You have two options for sending traces to groundcover: + +## Option 1 - Send directly to the groundcover sensor + +No API key required. Saves on networking costs. + +```bash +TRACELOOP_BASE_URL=http://groundcover-sensor.groundcover.svc.cluster.local:4318 +``` + +## Option 2 - Send directly to the groundcover BYOC endpoint + +Allows sending traces from any runtime, e.g., Docker, serverless, ECS, etc. Requires an ingestion key. + +First, [create an ingestion key](https://docs.groundcover.com/use-groundcover/remote-access-and-apis/ingestion-keys#creating-an-ingestion-key). + +Then, set the following environment variables: + +```bash +TRACELOOP_BASE_URL=https:// +TRACELOOP_HEADERS="apikey=" +``` + +For more information, check out the [groundcover OpenTelemetry documentation](https://docs.groundcover.com/integrations/data-sources/opentelemetry). + diff --git a/openllmetry/integrations/introduction.mdx b/openllmetry/integrations/introduction.mdx index a678472..33f7742 100644 --- a/openllmetry/integrations/introduction.mdx +++ b/openllmetry/integrations/introduction.mdx @@ -23,6 +23,7 @@ in any observability platform that supports OpenTelemetry. +