https://signoz.io logo
m

Mac Wynkoop

09/29/2022, 4:27 PM
I'm trying to come up with some easy, low hanging fruit delivery flows that we can really quickly drop instrumentation on customer VMs.
m

Mac Wynkoop

09/29/2022, 4:37 PM
Hmm, that does seem pretty on the money
So you drop that artifact on the desired webserver, and OTEL watches the Apache and Nginx modules which spit out logs and traces from the given webserver
requests/second, delays, etc etc?
What about on the SQL side?
p

Pranay

09/29/2022, 4:48 PM
For SQL monitoring you can use this receiver - https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/mysqlreceiver you have to add a receiver in SigNoz opentelemetry collector similar to the instructions here - https://signoz.io/docs/userguide/send-metrics/#enable-a-specific-metric-receiver
m

Mac Wynkoop

09/29/2022, 4:53 PM
Oh great! So if I need to instrument any of the applications that have a corresponding receiver, I can just deploy out these receivers and configure them to talk to the customer apps?
And then of course configure the SigNoz side too.
p

Pranay

09/29/2022, 6:20 PM
you don't need to deploy any receiver. you just need to add that receiver block in the opentelemetry collector config file - as shown here - https://signoz.io/docs/userguide/send-metrics/#enable-a-specific-metric-receiver
2 Views