Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DescribeBuilder ¶
mcli atlas metric(s) database(s) describe <host:port> <databaseName> --granularity g --period p --start start --end end [--type type] [--projectId projectId].
func ListBuilder ¶
mongocli atlas metric(s) database(s) lists <hostname:port>.
Types ¶
type DescribeOpts ¶
type DescribeOpts struct { cli.GlobalOpts cli.OutputOpts cli.MetricsOpts // contains filtered or unexported fields }
func (*DescribeOpts) Run ¶
func (opts *DescribeOpts) Run() error
type ListsOpts ¶
type ListsOpts struct { cli.GlobalOpts cli.OutputOpts cli.MetricsOpts cli.ListOpts // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.