Jaeger: Update docs for gRPC endpoint support (#114714)

* update docs for jaeger grpc support

* add space

* Update docs/sources/datasources/jaeger/_index.md

Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>

---------

Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
This commit is contained in:
Jocelyn Collado-Kuri
2025-12-02 12:03:25 -08:00
committed by GitHub
co-authored by ismail simsek
parent 021e0c6da0
commit 5175beb9ef
+12
View File
@@ -387,3 +387,15 @@ To configure this feature, see the [introduction to exemplars](ref:exemplars) do
If service dependency information is available in Jaeger, it can be visualized in Grafana.
Use the Jaeger data source with the "Dependency Graph" query type on a Node Graph panel for this.
## Querying Data via gRPC Endpoint (Public Preview)
Jaeger now offers an alternative method for querying data via HTTP, which utilizes their gRPC service. For detailed information about the API and any necessary Jaeger setup requirements, please consult their [documentation](https://www.jaegertracing.io/docs/2.12/architecture/apis/#query-json-over-http).
The following queries are currently enabled through the gRPC endpoint:
- Service search
- Operation search
- Trace ID search
To enable gRPC querying for Jaeger within Grafana, you must enable the `jaegerEnableGrpcEndpoint` feature flag. Grafana Cloud customers should contact support to request access and provide feedback on this feature.