diff --git a/docs/.vitepress/theme/components/Services/List.vue b/docs/.vitepress/theme/components/Services/List.vue index 3a4d8c8cf..1a7535c52 100644 --- a/docs/.vitepress/theme/components/Services/List.vue +++ b/docs/.vitepress/theme/components/Services/List.vue @@ -1563,6 +1563,13 @@ const services = [ description: 'The open source URL shortener.', category: 'Development' }, + { + name: 'SigNoz', + slug: 'signoz', + icon: '/docs/images/services/signoz.png', + description: 'An open-source observability platform to collect, store, and analyse distributed application traces, metrics, and logs using the OpenTelemetry standard.', + category: 'Monitoring' + }, { name: 'Slash', slug: 'slash', diff --git a/docs/public/images/services/signoz.png b/docs/public/images/services/signoz.png new file mode 100644 index 000000000..249c88a76 Binary files /dev/null and b/docs/public/images/services/signoz.png differ diff --git a/docs/services/all.md b/docs/services/all.md index 227a19c3f..fd44bdedc 100644 --- a/docs/services/all.md +++ b/docs/services/all.md @@ -284,6 +284,7 @@ Complete directory of all one-click services available in Coolify, organized by - [Observium](/services/observium) - Low-maintenance auto-discovering network monitoring platform - [Statusnook](/services/statusnook) - A status page system for your website - [Uptime Kuma](/services/uptime-kuma) - A fancy self-hosted monitoring tool +- [SigNoz](/services/signoz) - An open-source observability platform to collect, store, and analyse distributed application traces, metrics, and logs using the OpenTelemetry standard ## Networking diff --git a/docs/services/signoz.md b/docs/services/signoz.md new file mode 100644 index 000000000..b765dd849 --- /dev/null +++ b/docs/services/signoz.md @@ -0,0 +1,24 @@ +--- +title: "SigNoz" +description: "Deploy Signoz on Coolify, an open-source observability platform that enables you to collect, store, and analyse distributed application traces, metrics, and logs using the OpenTelemetry standard." +--- + +# SigNoz + + + +## What is Signoz + +SigNoz is designed from the ground up to integrate with OpenTelemetry seamlessly and is open source. This native compatibility ensures that SigNoz can fully leverage the rich, standardised data produced by OpenTelemetry without requiring complex workarounds or additional translation layers. This holistic approach simplifies debugging and performance analysis by allowing developers to correlate logs, traces, and metrics effortlessly. + +## Features +- **Application Performance Monitoring**: Monitor metrics, logs, and traces across your entire Railway application stack. +- **Debugging and Troubleshooting**: Correlate logs, metrics, and traces to quickly identify and resolve issues. +- **Infrastructure Observability**: Monitor system health, resource usage, and service dependencies in real time. +- **Alerting and Incident Response**: Set up alerts based on metrics and log patterns for proactive incident management. + +## Links +- [The official Website](https://signoz.io) +- [Documentation](https://signoz.io/docs/) +- [SigNoz Community](https://signoz.io/slack) +- [GitHub](https://github.com/signoz/signoz)