forked from DataDog/integrations-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mongo] deprecate collStats command and use $collStats aggregation st…
…age to collect collection metrics (DataDog#17961) * use collStats aggregation pipeline to collect collection metrics * add changelog * sort metadata * remove commented code * update test results with new metrics
- Loading branch information
1 parent
f41a3c0
commit 1e8e209
Showing
17 changed files
with
2,760 additions
and
2,856 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Added new collection latency and query execution stats metrics. | ||
- mongodb.collection.totalindexsize | ||
- mongodb.collection.collectionscans.nontailable | ||
- mongodb.collection.collectionscans.total | ||
- mongodb.collection.commands.latency | ||
- mongodb.collection.commands.opsps | ||
- mongodb.collection.reads.latency | ||
- mongodb.collection.reads.opsps | ||
- mongodb.collection.transactions.latency | ||
- mongodb.collection.transactions.opsps | ||
- mongodb.collection.writes.latency | ||
- mongodb.collection.writes.opsps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Replace deprecated collStats command with $collStats aggregation stage to collect collection metrics |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.