Signoz
Supported Data Types:
TraceLogsRedMetricServiceInstanceTopology
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>SigNozto create a new SigNoz data type.
Field Description
| Field | Description | Example |
|---|---|---|
| Data Source name | Data Source Name | my-SigNoz |
| Comment | Data Source Comment | |
| SigNoz Address | SigNoz server address | http://10.0.0.0:3200 |
| SigNoz API Key | SigNoz API Key | your_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
-
Log in to your SigNoz instance.
-
Identify your SigNoz instance URL (for example,
example.signoz.io). -
Construct your API endpoint in the following format:
https://{URL}/api/v5/query_rangeExample:
https://example.signoz.io/api/v5/query_range -
Enter the endpoint value into the
SigNoz Addressfield in the configuration panel.
Step 2: Create a SigNoz API Key
- Log in to your SigNoz instance.
- Navigate to the
Settingspage in the SigNoz UI. - Click + New Key, enter a name for the API key, and confirm.
- Copy the generated API key and paste it into the
SigNoz API Keyfield 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.