You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flag that indicates whether to send collection latency metrics to Datadog, including database names, collection names, and latency metrics on reads, writes, commands, and transactions.
Flag that indicates whether to send database metrics to Datadog, including database names and metrics on the number of collections, storage size, and index size.
Copy file name to clipboardExpand all lines: cfn-resources/third-party-integration/mongodb-atlas-thirdpartyintegration.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,14 @@
155
155
"SendUserProvidedResourceTags": {
156
156
"type": "boolean",
157
157
"description": "Flag that indicates whether to include user-defined resource tags when sending metrics and alerts to third-party services."
158
+
},
159
+
"SendCollectionLatencyMetrics": {
160
+
"type": "boolean",
161
+
"description": "Flag that indicates whether to send collection latency metrics to Datadog, including database names, collection names, and latency metrics on reads, writes, commands, and transactions."
162
+
},
163
+
"SendDatabaseMetrics": {
164
+
"type": "boolean",
165
+
"description": "Flag that indicates whether to send database metrics to Datadog, including database names and metrics on the number of collections, storage size, and index size."
0 commit comments