SigNoz supports open-telemetry instrumentation which allows generating telemetry data with very less performance overhead.
Open-telemetry is industry standard created by companies like Google, Uber, CNCF, etc.
Major companies already uses it. More details here: https://signoz.io/blog/opentelemetry-tracing/
SigNoz is suitable for production environments. Here are few tips for running SigNoz on production: https://signoz.io/docs/production-readiness/
s
Sanjiv
02/15/2023, 6:18 PM
Since the JVM is started with an agent, are there risks associated like crashing to process due to an issue?
a
Alexei Zenin
02/16/2023, 3:09 AM
we currently run the OTEL agents in PROD with traffic into the millions, no issue so far.
👍 2
Alexei Zenin
02/16/2023, 10:31 PM
not a stability issue directly, but some services do get their logs flooded with these weird warnings which i haven’t pinpointed on how to solve:
Copy code
[otel.javaagent 2023-02-16 22:31:53:598 +0000] [PeriodicMetricReader-1] WARN io.opentelemetry.sdk.metrics.internal.state.AsynchronousMetricStorage - Instrument db.client.connections.pending_requests has recorded multiple values for the same attributes.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.