Observability
SolidPing integrates with popular observability tools to help you monitor the monitoring platform itself.
Prometheus Metrics
SolidPing exposes a /metrics endpoint compatible with Prometheus.
Scrape Configuration
scrape_configs:
- job_name: solidping
static_configs:
- targets: ['solidping:4000']
metrics_path: /metrics
Available Metrics
Metrics cover check execution, worker health, job scheduling, and application performance.
Kubernetes ServiceMonitor
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: solidping
spec:
selector:
matchLabels:
app: solidping
endpoints:
- port: http
path: /metrics
interval: 30s
Sentry
SolidPing supports Sentry for error tracking and performance monitoring.
Configuration
Set the Sentry DSN to enable error reporting:
SP_SENTRY_DSN=https://your-key@sentry.io/your-project
OpenTelemetry
SolidPing supports OpenTelemetry for distributed tracing and metrics export. Configure your OTEL collector endpoint to receive telemetry data from SolidPing.