Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OtlpGrpcExporter ¶
type OtlpGrpcExporter struct {
// contains filtered or unexported fields
}
func NewOtlpGrpcExporter ¶
func NewOtlpGrpcExporter(ctx context.Context, config *OtlpGrpcExporterConfig) (*OtlpGrpcExporter, error)
func (*OtlpGrpcExporter) IsRunning ¶
func (e *OtlpGrpcExporter) IsRunning() bool
func (*OtlpGrpcExporter) Start ¶
func (e *OtlpGrpcExporter) Start(ctx context.Context)
type OtlpGrpcExporterConfig ¶
type OtlpGrpcExporterConfigTLS ¶
type OtlpGrpcExporterConfigTLS struct {
Insecure bool
CACertPool *x509.CertPool
ClientCertificate *tls.Certificate
}
Click to show internal directories.
Click to hide internal directories.