Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLoggingClient ¶ added in v0.0.7
NewLoggingClient creates a Client which also handles Errors by simply writing to Stderr
func WithKubernetes ¶ added in v0.0.20
func WithKubernetes(clusterName, namespace, pod, containerName string) discoveryOption
Types ¶
type Services ¶
type Services struct { Logging *logging.Client ErrorReporting *errorreporting.Client TracerProvider *sdktrace.TracerProvider MonitoredResource *monitoredres.MonitoredResource }
Services contains all Google Cloud Services that we use
func DiscoverServices ¶
func DiscoverServices(project, serviceName string, tracerProviderOptions []sdktrace.TracerProviderOption, opts ...discoveryOption) (*Services, error)
DiscoverServices builds clients for all Services that we use.
Click to show internal directories.
Click to hide internal directories.