From 85ddc9ecfd55c6de10b6e41566184ab2ea9c7a76 Mon Sep 17 00:00:00 2001 From: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> Date: Wed, 16 Apr 2025 02:25:27 -0400 Subject: [PATCH] [DOC] Update Ingest API for GET (#5010) * Update Ingest API for GET * Update docs/sources/tempo/api_docs/_index.md * Add note about mounted files (cherry picked from commit 8e8b02e226733138fc62270b87c7071092601881) --- docs/sources/tempo/api_docs/_index.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/sources/tempo/api_docs/_index.md b/docs/sources/tempo/api_docs/_index.md index cc27ec7dcf6..c5be75b70fc 100644 --- a/docs/sources/tempo/api_docs/_index.md +++ b/docs/sources/tempo/api_docs/_index.md @@ -7,6 +7,8 @@ weight: 800 # Tempo HTTP API + + @@ -97,15 +99,22 @@ Agent, OpenTelemetry Collector, or Jaeger Agent. | Protocol | Type | Docs | | -------- | ---- | ---- | -| OpenTelemetry | gRPC | [Link](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md) | -| OpenTelemetry | HTTP | [Link](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md) | +| OpenTelemetry | gRPC | [Link](https://opentelemetry.io/docs/specs/otlp/) | +| OpenTelemetry | HTTP | [Link](https://opentelemetry.io/docs/specs/otlp/) | | Jaeger | Thrift Compact | [Link](https://www.jaegertracing.io/docs/latest/apis/#span-reporting-apis) | | Jaeger | Thrift Binary | [Link](https://www.jaegertracing.io/docs/latest/apis/#span-reporting-apis) | | Jaeger | Thrift HTTP | [Link](https://www.jaegertracing.io/docs/latest/apis/#span-reporting-apis) | | Jaeger | gRPC | [Link](https://www.jaegertracing.io/docs/latest/apis/#span-reporting-apis) | | Zipkin | HTTP | [Link](https://zipkin.io/zipkin-api/) | -For information on how to use the Zipkin endpoint with curl (for debugging purposes), refer to [Pushing spans with HTTP](https://grafana.com/docs/tempo//api_docs/pushing-spans-with-http/). +For information on how to use the OTLP endpoint with curl (for debugging purposes), refer to [Pushing spans with HTTP](https://grafana.com/docs/tempo//api_docs/pushing-spans-with-http/). + +If you are using Grafana Enterprise Traces (GET), then it only supports OpenTelemetry (OTLP): + +| Protocol | Type | Docs | +| -------- | ---- | ---- | +| OpenTelemetry | gRPC | [Link](https://opentelemetry.io/docs/specs/otlp/) | +| OpenTelemetry | HTTP | [Link](https://opentelemetry.io/docs/specs/otlp/) | ### Query