atlas api collectionLevelMetrics
Public Preview: please provide feedback: Returns, adds, and edits pinned namespaces for the specified cluster or process.
Public Preview: The atlas api sub-command, automatically generated from the MongoDB Atlas Admin API, offers full coverage of the Admin API and is currently in Public Preview (please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli). Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link.
Also returns collection level latency metric data.
Options
Name | Type | Required | Description |
---|---|---|---|
-h, --help | false | help for collectionLevelMetrics |
Inherited Options
Name | Type | Required | Description |
---|---|---|---|
-P, --profile | string | false | Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings. |
Related Commands
atlas api collectionLevelMetrics getCollStatsLatencyNamespaceClusterMeasurements - Public Preview: please provide feedback: Get a list of the Coll Stats Latency cluster-level measurements for the given namespace.
atlas api collectionLevelMetrics getCollStatsLatencyNamespaceHostMeasurements - Public Preview: please provide feedback: Get a list of the Coll Stats Latency process-level measurements for the given namespace.
atlas api collectionLevelMetrics getCollStatsLatencyNamespaceMetrics - Public Preview: please provide feedback: Returns all available Coll Stats Latency metric names and their respective units for the specified project at the time of request.
atlas api collectionLevelMetrics getCollStatsLatencyNamespacesForCluster - Public Preview: please provide feedback: Return the subset of namespaces from the given cluster sorted by highest total execution time (descending) within the given time window.
atlas api collectionLevelMetrics getCollStatsLatencyNamespacesForHost - Public Preview: please provide feedback: Return the subset of namespaces from the given process ranked by highest total execution time (descending) within the given time window.
atlas api collectionLevelMetrics getPinnedNamespaces - Public Preview: please provide feedback: Returns a list of given cluster's pinned namespaces, a set of namespaces manually selected by users to collect query latency metrics on.
atlas api collectionLevelMetrics pinNamespacesPatch - Public Preview: please provide feedback: Add provided list of namespaces to existing pinned namespaces list for collection-level latency metrics collection for the given Group and Cluster.
atlas api collectionLevelMetrics pinNamespacesPut - Public Preview: please provide feedback: Pin provided list of namespaces for collection-level latency metrics collection for the given Group and Cluster.
atlas api collectionLevelMetrics unpinNamespaces - Public Preview: please provide feedback: Unpin provided list of namespaces for collection-level latency metrics collection for the given Group and Cluster.