Documentation ¶
Overview ¶
Package standalone provides utility functions for Agent CLI commands that set up a new in-process Agent runtime (ex: check, jmx commands), as opposed to CLI commands that query a running Agent's IPC API.
Index ¶
- func ExecJMXCommandConsole(_ string, _ []string, _ string, _ []integration.Config, ...) error
- func ExecJmxListWithMetricsJSON(_ []string, _ string, _ []integration.Config, _ internalAPI.Component, ...) error
- func ExecJmxListWithRateMetricsJSON(_ []string, _ string, _ []integration.Config, _ internalAPI.Component, ...) error
- func PrintWindowsUserWarning(op string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecJMXCommandConsole ¶
func ExecJMXCommandConsole(_ string, _ []string, _ string, _ []integration.Config, _ internalAPI.Component, _ jmxlogger.Component) error
ExecJMXCommandConsole is not supported when the 'jmx' build tag isn't included
func ExecJmxListWithMetricsJSON ¶
func ExecJmxListWithMetricsJSON(_ []string, _ string, _ []integration.Config, _ internalAPI.Component, _ jmxlogger.Component) error
ExecJmxListWithMetricsJSON is not supported when the 'jmx' build tag isn't included
func ExecJmxListWithRateMetricsJSON ¶
func ExecJmxListWithRateMetricsJSON(_ []string, _ string, _ []integration.Config, _ internalAPI.Component, _ jmxlogger.Component) error
ExecJmxListWithRateMetricsJSON is not supported when the 'jmx' build tag isn't included
func PrintWindowsUserWarning ¶
func PrintWindowsUserWarning(op string)
PrintWindowsUserWarning prints a warning for standalone CLI commands on Windows.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.