Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UseRealStackdriver ¶
func UseRealStackdriver() bool
Types ¶
type Instance ¶
type Instance interface {
Address() string
// Gets the namespace in which stackdriver is deployed.
GetStackdriverNamespace() string
ListTimeSeries(namespace, project string) ([]*monitoringpb.TimeSeries, error)
ListLogEntries(lt LogType, namespace, project string) ([]*loggingpb.LogEntry, error)
ListTraces(namespace, project string) ([]*cloudtracepb.Trace, error)
}
Instance represents a deployed Stackdriver app instance in a Kubernetes cluster.
Click to show internal directories.
Click to hide internal directories.