Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDuplicate = errors.New("duplicate stat name")
Functions ¶
func NewHoneycombExporter ¶
func NewHoneycombExporter(conf HoneycombConfig) *honeycomb.Exporter
func NewPrometheusExporter ¶
func NewPrometheusExporter(conf PrometheusConfig) (*prometheus.Exporter, error)
Types ¶
type HoneycombConfig ¶
type Hub ¶ added in v0.26.0
type Hub struct {
// contains filtered or unexported fields
}
type PrometheusConfig ¶
type PrometheusConfig struct {
Namespace string
}
Click to show internal directories.
Click to hide internal directories.