Visualize Promscale traces in Jaeger
This section shows you how to integrate Jaeger with Promscale.
Before you begin, deploy the jaeger-query
component from the Jaeger . Ensure that you are using jaeger-query
version 1.30 or later.
Configure the
SPAN_STORAGE_TYPE
, andGRPC_STORAGE_SERVER
options forjaeger-query
using the environment variables:where: is the Promscale gRPC endpoint.
You can visualize traces from Promscale in jaeger-query
home page. Use the Search
panel on the left to filter and query traces from Promscale.
Use Docker for setting up Jaeger Query with Promscale
To set up jaeger-query
with Promscale using Docker you need the IP address of the Promscale container or the URL.
You can find the IP address of the Promscale container using:
You can set the URL as <PROMSCALE>:9202
where:
9202
is the gRPC port of Promscale
Run Jaeger query using the :
Use the
Search
panel on the left to filter and start querying traces from Promscale.