Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OtelChiMiddleware ¶
Types ¶
type Config ¶
type Config struct {
Namespace string
ServiceName string
Environment string
ExporterType
}
func (*Config) GetFullServiceName ¶
type ExporterType ¶
type ExporterType int
const ( ExporterTypeUndefined ExporterType = iota ExporterTypeNOP ExporterTypeStdout ExporterTypeDatadog )
func ConvertExporterTypeFrom ¶
func ConvertExporterTypeFrom(typeString string) (ExporterType, error)
func (ExporterType) String ¶
func (t ExporterType) String() string
Click to show internal directories.
Click to hide internal directories.