Skip to content

Commit c39d614

Browse files
authored
Update mongodb-opentelemetry.md
1 parent 9023b71 commit c39d614

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/integrations/databases/opentelemetry/mongodb-opentelemetry.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,9 @@ In this step, you will configure the YAML file required for MongoDB collection.
9797
Below are the inputs required:
9898

9999
- **`Endpoint (no default)`**. The hostname and port of the MognoDB instance, separated by a colon. This is required to scrap metrics. (For example: `localhost:27017`.)
100-
101-
:::note
102-
Currently to scrap metrics please use `mongod` endpoint. `mongos` endpoint are not supported.
103-
:::
104-
100+
:::note
101+
To collect metrics, *only* use `mongod` endpoint. Sumo Logic OpenTelemetry collector do not support `mongos` endpoint.
102+
:::
105103
- **`Logs Path`**. Provide the path to the mongo db log file configured as part of above steps. Typically the logs are located at the location: `/var/log/mongodb/mongodb.log`.
106104
- **`username (optional)`**. If authentication is required, the user can with clusterMonitor permissions can be provided here.
107105
- **`password (optional)`**. If authentication is required, the password can be provided here.

0 commit comments

Comments
 (0)