Skip to main content
Syncause Logo
Syncause

Jaeger

Supported Data Types: Trace

This document describes how to integrate Trace data from Jaeger into Syncause.

  • You need access to a running Syncause service to complete this tutorial. For instructions, please refer to the "Setup" section.
  • You need a running Jaeger service instance.
  • Access Syncause's Ingestion -> External Data Sources -> Jaeger to create a new Jaeger data type.

Field Description

FieldDescriptionExample
Data Source nameData Source Namemy-jaeger
CommentData Source Comment
Jaeger AddressJaeger UI Addresshttp://10.0.0.0:16686

Setup Guide

  1. Open your Jaeger UI. By default, it is available at http://IP:16686. If you have customized the QUERY_BASE_PATH, make sure to use the updated path.
  2. Copy the Jaeger UI address without the /search suffix, and enter it into the Jaeger Address field. For example, if your Jaeger UI address is http://10.0.0.0:16686/search, enter http://10.0.0.0:16686.