Shishir
Murat Kuru
gliderlabs/logspout:v3.2.14
signoz/frontend:0.42.0
signoz/alertmanager:0.23.5
signoz/signoz-otel-collector:0.88.21
signoz/query-service:0.42.0
clickhouse/clickhouse-server:24.1.2-alpine
jaegertracing/example-hotrod:1.30
bitnami/zookeeper:latest
signoz/locust:1.2.3
Dhruv Popuri
# Set OTLP endpoint OTLP_ENDPOINT = "<http://localhost:4317>" # Update this if your collector is on a different host # Configure the exporter exporter = OTLPMetricExporter(endpoint=OTLP_ENDPOINT, insecure=True) # Define the resource with the service name resource = Resource(attributes={SERVICE_NAME: "example-service"}) # Configure the MeterProvider with the exporter reader = PeriodicExportingMetricReader(exporter) provider = MeterProvider(resource=resource, metric_readers=[reader]) metrics.set_meter_provider(provider)
hans
Slackbot
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.