Doubts regarding the kubernetes operator for open telemetry. Hi guys, I went through the documentation multiple times however I am still confused as to how many steps are involved. Is the deployment mode necessary?
https://signoz.io/docs/tutorial/opentelemetry-operator-usage/#deployment-modes
Because the documentation makes you delete the deployment soon after its creation.
c
Chitransh Gupta
06/14/2024, 6:58 AM
@Prashant Shahi
p
Prashant Shahi
06/14/2024, 2:34 PM
There are multiple ways to go about deploying a collector using OpenTelemetry operator. That initial section of tutorial just showcases the same.
For sending data to SigNoz using operator, after the installation of operator you can use OpenTelemetry Auto-instrumentation Injection section.
And choose either of the following:
• Auto-instrumentation using sidecar
• Auto-instrumentation without sidecar
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.