Skip to content

Commit 9019089

Browse files
[DOC] Update Ingest API for GET (#5010) (#5012)
* Update Ingest API for GET * Update docs/sources/tempo/api_docs/_index.md * Add note about mounted files
1 parent 00b9ddf commit 9019089

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/sources/tempo/api_docs/_index.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ weight: 800
77

88
# Tempo HTTP API
99

10+
<!-- The API docs are mounted into GET in the website repository. -->
11+
1012
<!-- vale Grafana.GooglePassive = NO -->
1113
<!-- vale Grafana.Parentheses = NO -->
1214

@@ -97,15 +99,22 @@ Agent, OpenTelemetry Collector, or Jaeger Agent.
9799

98100
| Protocol | Type | Docs |
99101
| -------- | ---- | ---- |
100-
| OpenTelemetry | gRPC | [Link](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md) |
101-
| OpenTelemetry | HTTP | [Link](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md) |
102+
| OpenTelemetry | gRPC | [Link](https://opentelemetry.io/docs/specs/otlp/) |
103+
| OpenTelemetry | HTTP | [Link](https://opentelemetry.io/docs/specs/otlp/) |
102104
| Jaeger | Thrift Compact | [Link](https://www.jaegertracing.io/docs/latest/apis/#span-reporting-apis) |
103105
| Jaeger | Thrift Binary | [Link](https://www.jaegertracing.io/docs/latest/apis/#span-reporting-apis) |
104106
| Jaeger | Thrift HTTP | [Link](https://www.jaegertracing.io/docs/latest/apis/#span-reporting-apis) |
105107
| Jaeger | gRPC | [Link](https://www.jaegertracing.io/docs/latest/apis/#span-reporting-apis) |
106108
| Zipkin | HTTP | [Link](https://zipkin.io/zipkin-api/) |
107109

108-
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/).
110+
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/).
111+
112+
If you are using Grafana Enterprise Traces (GET), then it only supports OpenTelemetry (OTLP):
113+
114+
| Protocol | Type | Docs |
115+
| -------- | ---- | ---- |
116+
| OpenTelemetry | gRPC | [Link](https://opentelemetry.io/docs/specs/otlp/) |
117+
| OpenTelemetry | HTTP | [Link](https://opentelemetry.io/docs/specs/otlp/) |
109118

110119
### Query
111120

0 commit comments

Comments
 (0)