Skip to main content
Syncause Logo
Syncause

Signoz

Supported Data Types: Trace Logs RedMetric ServiceInstance Topology

This document describes how to integrate Trace, Logs, RedMetric, ServiceInstance, and Topology data from SigNoz 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 SigNoz service instance, with SigNoz version greater than or equal to v0.85.
  • Access Syncause's Ingestion > External Data Sources > SigNoz to create a new SigNoz data type.

Field Description

FieldDescriptionExample
Data Source nameData Source Namemy-SigNoz
CommentData Source Comment
SigNoz AddressSigNoz server addresshttp://10.0.0.0:3200
SigNoz API KeySigNoz API Keyyour_signoz_apikey

Note: Refer to v0.85.0 (2025-05-28) open-source version for API Key.

Setup Guide

Step 1: Locate Your SigNoz API Endpoint

  1. Log in to your SigNoz instance.

  2. Identify your SigNoz instance URL (for example, example.signoz.io).

  3. Construct your API endpoint in the following format:

    https://{URL}/api/v5/query_range

    Example:

    https://example.signoz.io/api/v5/query_range
  4. Enter the endpoint value into the SigNoz Address field in the configuration panel.

Step 2: Create a SigNoz API Key

  1. Log in to your SigNoz instance.
  2. Navigate to the Settings page in the SigNoz UI.
  3. Click + New Key, enter a name for the API key, and confirm.
  4. Copy the generated API key and paste it into the SigNoz API Key field in the configuration panel.
    • Only users with the Admin role can create or manage API keys.
    • If you do not have admin privileges, please contact your organization’s administrator.