From bb88759e51f77670d4db26d6699b8afae1471f29 Mon Sep 17 00:00:00 2001 From: Curtis Robert Date: Fri, 3 May 2024 13:11:27 -0700 Subject: [PATCH] [chore][receiver/mongodb] Update metric supported versions (#32849) **Description:** Duplicate of https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/32779, it looks like the other can't be updated properly as it was a PR from a branch in the `contrib` repo, instead of my own fork. --- receiver/mongodbreceiver/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/receiver/mongodbreceiver/README.md b/receiver/mongodbreceiver/README.md index c771cea1f98e..ed161fb4486a 100644 --- a/receiver/mongodbreceiver/README.md +++ b/receiver/mongodbreceiver/README.md @@ -69,10 +69,6 @@ The full list of settings exposed for this receiver are documented [here](./conf The following metric are available with versions: - `mongodb.extent.count` < 4.4 with mmapv1 storage engine -- `mongodb.session.count` >= 3.0 with wiredTiger storage engine -- `mongodb.cache.operations` >= 3.0 with wiredTiger storage engine -- `mongodb.connection.count` with attribute `active` is available >= 4.0 -- `mongodb.index.access.count` >= 4.0 Details about the metrics produced by this receiver can be found in [metadata.yaml](./metadata.yaml)