Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthBearerOptions ¶
type AuthBearerOptions struct {
Token string
}
type AuthOptions ¶
type AuthOptions struct { Type string Bearer AuthBearerOptions }
type Host ¶
type Host struct{}
func (*Host) GetExporters ¶
func (*Host) GetFactory ¶
func (*Host) ReportFatalError ¶
ReportFatalError does not have to do anything because otlpexporter.LogsExporter doesn't report errors if it ever reports fatal errors, it should notify the Exporter.
type Options ¶
type Options struct { TLSEnable bool Auth AuthOptions }
Click to show internal directories.
Click to hide internal directories.