Skip to Content
ReferenceObservabilityProvidersSigNoz

SigNoz ✅

SigNoz is an open-source APM and observability platform that provides full-stack monitoring capabilities through OpenTelemetry.

Configuration ✅

To use SigNoz with Kastrax, configure these environment variables:

OTEL_EXPORTER_OTLP_ENDPOINT=https://ingest.{region}.signoz.cloud:443 OTEL_EXPORTER_OTLP_HEADERS=signoz-ingestion-key=your_signoz_token

Implementation ✅

Here’s how to configure Kastrax to use SigNoz:

import { Kastrax } from "@kastrax/core"; export const kastrax = new Kastrax({ // ... other config telemetry: { serviceName: "your-service-name", enabled: true, export: { type: "otlp", }, }, });

Dashboard ✅

Access your SigNoz dashboard at signoz.io

Last updated on