Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OtelArgs ¶
type OtelArgs struct {
// The OpenTelemetry service name to export signals with.
ServiceName pulumi.StringPtrInput
// The OpenTelemetry Collector (OTLP through gRPC) endpoint to send signals to.
Endpoint pulumi.StringInput
// Set to true if the endpoint is insecure (i.e. no TLS).
Insecure bool
}
Click to show internal directories.
Click to hide internal directories.