# README

This package was copied from Lightstep's OpenTelemetry Go Launcher. It was modified as follows:

  • Use of go-kit/log logging API for consistency with this code base
  • Remove the use of environment variables, as this code base prefers configuration files
  • Remove Lightstep-specific functionality
  • Standard log package and gRPC logging integration.

# Packages

No description provided by the author
package doevery provides primitives for per-call-site rate-limiting.

# Functions

No description provided by the author
ContextWithSIGTERM returns a context that will be cancelled on SIGTERM.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithExportTimeout configures the timeout used for Export().
No description provided by the author
No description provided by the author
WithMetricReportingPeriod configures the metric reporting period, how often the controller collects and exports metric data.
WithMetricsExporterEndpoint configures the endpoint for sending metricss via OTLP.
WithMetricsExporterInsecure permits connecting to the trace endpoint without a certificate.
WithPropagators configures propagators.
WithResourceAttributes configures attributes on the resource.
WithSpanExporterEndpoint configures the endpoint for sending spans via OTLP.
WithSpanExporterInsecure permits connecting to the trace endpoint without a certificate.

# Constants

Note: These are duplicated from ../config, to avoid package cycles.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author