OpenTelemetry Support in Kloud...
...
Service Integration Guides
MongoDB Telemetry Data to Klou...
Docker-compose for MongoDB and KloudMate Backend Integration
2min
This document provides a guide on how to use docker-compose to set up MongoDB and KloudMate backend integration.
In the described setup, docker-compose will create the following three containers:
- MongoDB-container
- MongoDB exporter-container
- Otel collector-container
The exporter will export MongoDB metrics from MongoDB-container and send it to KloudMate backend via otel collector-container. The logs of MongoDB-container will be sent to KloudMate by otel collector-container.
docker-compose.yaml:
Text
|
otel-collector-config.yaml:
Text
|