Also another use case is i need to integrate mongo...
# general
h
Also another use case is i need to integrate mongodb database with SigNoz, how can i achieve this ? I couldn't find proper information regarding this.
a
you can use mongodb receiver.... @Prashant Shahi can help
p
Two ways to go about that: • using mongodb exporter and scraping it using prometheus receiver • using mongodb receiver in otelCollectorMetrics Refs: • https://signoz.io/blog/opentelemetry-mongodb/https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/mongodbreceiver/README.md
h
Let me go through it, thanks.