# Functions
No description provided by the author
RegisterMonitoringServiceHandler registers the http handlers for service MonitoringService to "mux".
RegisterMonitoringServiceHandlerClient registers the http handlers for service MonitoringService to "mux".
RegisterMonitoringServiceHandlerFromEndpoint is same as RegisterMonitoringServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterMonitoringServiceHandlerServer registers the http handlers for service MonitoringService to "mux".
No description provided by the author
# Constants
APIID contains identifier of this API.
APIMajorVersion contains major version of this API.
APIMinorVersion contains minor version of this API.
APIPatchVersion contains patch version of this API.
FormatJson defines the log format to be json.
FormatText defines the log format to be text.
MetricsServerTypeCoordinator should be set in GetDeploymentUsageMetricsRequest to indicate that metrics are being requested for Coordinators.
MetricsServerTypeDBServer should be set in GetDeploymentUsageMetricsRequest to indicate that metrics are being requested for DBServers.
MetricsServerTypeSingle should be set in GetDeploymentUsageMetricsRequest to indicate that metrics are being requested for Single server.
MetricTypeCPU should be set in GetDeploymentUsageMetricsRequest when CPU metrics are being requested.
MetricTypeDisk should be set in GetDeploymentUsageMetricsRequest when Disk metrics are being requested.
MetricTypeMemory should be set in GetDeploymentUsageMetricsRequest when Memory metrics are being requested.
PermissionLogsGet is needed for gettings logs from a deployment.
PermissionLogsGet is needed for gettings metrics from a deployment.
ServerRoleAgents defines the role filter for agents.
ServerRoleCoordinators defines the role filter for coordinators.
ServerRoleDBServers defines the role filter for dbservers.
ServerRoleSingles defines the role filter for singles.
# Variables
No description provided by the author
# Structs
No description provided by the author
DeploymentMetrics contains the deployment metrics.
Sample defines a single data point.
A timeseries contains a list of samples recorded at different (regular) intervals for a single database server identified by server_id.
GetDeploymentLogsRequest contains request arguments for GetDeploymentLogs.
Request for getting deployment metrics.
UnimplementedMonitoringServiceServer can be embedded to have forward compatible implementations.
# Interfaces
No description provided by the author
No description provided by the author
MonitoringServiceClient is the client API for MonitoringService service.
MonitoringServiceServer is the server API for MonitoringService service.