Join Slack
Powered by
This message was deleted.
# support
s
Slackbot
06/28/2022, 12:52 PM
This message was deleted.
p
Priyansh
06/28/2022, 3:29 PM
here’s article with
Go + MongoDB
here’s article with
NodeJs + MongoDB
here’s
NestJS article
I hope this helps.
👍 1
a
Ankit Nayan
06/29/2022, 3:51 AM
@De Scholar
The opentelemetry libraries used in the application auto-instrument calls made to redis, mongo, http and other libs. Eg, articles mentioned by
@Priyansh
. They give you an idea about the client calls made to these dbs and queues. However, they do not represent the state of dbs and queues themselves as they might be serving to many other applications whether instrumented or not. For that we can collect metrics about redis, mongo and rabbitMQ using opentelemetry receivers which give a full set of metrics about these. So, you can specify below configs as receivers inside signoz's otel-collector: •
https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/redisreceiver
•
https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/mongodbreceiver
•
https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/rabbitmqreceiver
👍 2
Ankit Nayan
06/29/2022, 8:10 AM
@De Scholar
let us know if you could make it work. Would love to write a blog with you on this. cc:
@Ashu
✅ 1
11
Views
Open in Slack
Previous
Next