package
2.4.0+incompatible
Repository: https://github.com/agilebits/jaeger-lib.git
Documentation: pkg.go.dev

# Functions

New creates a Factory backed by Prometheus registry.
WithBuckets returns an option that sets the default buckets for histogram.
WithRegisterer returns an option that sets the registerer.
WithSeparator returns an option that sets the default separator for the namespace If not used, we fallback to underscore.

# Constants

SeparatorColon uses a colon as separator.
SeparatorUnderscore uses an underscore as separator.

# Structs

Factory implements metrics.Factory backed by Prometheus registry.

# Type aliases

Option is a function that sets some option for the Factory constructor.
Separator represents the namespace separator to use.