Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions docs/sources/tempo/api_docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ weight: 800

# Tempo HTTP API

<!-- The API docs are mounted into GET in the website repository. -->

<!-- vale Grafana.GooglePassive = NO -->
<!-- vale Grafana.Parentheses = NO -->

Expand Down Expand Up @@ -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/<TEMPO_VERSION>/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/<TEMPO_VERSION>/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

Expand Down
Loading