Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProxyServer ¶
func StripS3EndpointURL ¶ added in v0.1.1
StripS3EndpointURL removes user identifiable information from an S3 endpoint URL.
Types ¶
type PanicReporter ¶
type PanicReporter struct {
// contains filtered or unexported fields
}
PanicReporter reports crashes to our telemetry server.
func NewPanicReporter ¶
func NewPanicReporter(logger *slog.Logger, reporter Reporter) *PanicReporter
type ProxyServer ¶
ProxyServer proxies telemetry events from the browser.
type RemoteReporter ¶
type RemoteReporter struct {
// contains filtered or unexported fields
}
func (*RemoteReporter) Close ¶
func (r *RemoteReporter) Close() error
func (*RemoteReporter) ReportEvent ¶
func (r *RemoteReporter) ReportEvent(event *v1alpha1.TelemetryEvent)
func (*RemoteReporter) ReportStart ¶ added in v0.1.1
func (r *RemoteReporter) ReportStart(ctx context.Context, endpointURL string) error
Click to show internal directories.
Click to hide internal directories.