Added entrypoint spans toggle to the key operations table. When enabled, filters to show only spans where requests first enter the service from upstream services, hiding internal downstream spans for a cleaner high-level view.
Added system theme option to automatically follow your OS dark/light mode preference and updated the app loading screen.
SigNoz is now available as a cobra command CLI. Running signoz --help
gives you access to OpenTelemetry-native logs, metrics and traces in a single pane with the following commands:
help
- Help about any commandserver
- Run the SigNoz serverKey changes:
"args": ["server", "--cluster", "cluster", "--use-logs-new-schema", "true", "--use-trace-new-schema", "true"]
“—config config.yaml”