Documentation
¶
Overview ¶
Copyright 2020 MongoDB Inc
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func Builder() *cobra.Command
- func DatabasesBuilder() *cobra.Command
- func DatabasesListBuilder() *cobra.Command
- func DisksBuilder() *cobra.Command
- func DisksDescribeBuilder() *cobra.Command
- func DisksListBuilder() *cobra.Command
- func ProcessBuilder() *cobra.Command
- type DatabasesListsOpts
- type DisksDescribeOpts
- type DisksListsOpts
- type ProcessOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DatabasesBuilder ¶
func DatabasesListBuilder ¶
mongocli atlas metric(s) process(es) disks lists <hostname:port>
func DisksBuilder ¶
func DisksDescribeBuilder ¶
mcli atlas metric(s) disk(s) describe <host:port> <name> --granularity g --period p --start start --end end [--type type] [--projectId projectId]
func DisksListBuilder ¶
mongocli atlas metric(s) process(es) disks lists <hostname:port>
func ProcessBuilder ¶
mongocli atlas metric(s) process(es) <hostname:port> [--granularity granularity] [--period period] [--start start] [--end end] [--type type][--projectId projectId]
Types ¶
type DatabasesListsOpts ¶
type DatabasesListsOpts struct { cli.GlobalOpts cli.ListOpts // contains filtered or unexported fields }
func (*DatabasesListsOpts) Run ¶
func (opts *DatabasesListsOpts) Run() error
type DisksDescribeOpts ¶
type DisksDescribeOpts struct { cli.GlobalOpts cli.MetricsOpts // contains filtered or unexported fields }
func (*DisksDescribeOpts) Run ¶
func (opts *DisksDescribeOpts) Run() error
type DisksListsOpts ¶
type DisksListsOpts struct { cli.GlobalOpts cli.ListOpts // contains filtered or unexported fields }
func (*DisksListsOpts) Run ¶
func (opts *DisksListsOpts) Run() error
type ProcessOpts ¶
type ProcessOpts struct { cli.GlobalOpts cli.MetricsOpts // contains filtered or unexported fields }
func (*ProcessOpts) Run ¶
func (opts *ProcessOpts) Run() error