package prometheus

import "github.com/uber/jaeger-lib/metrics/go-kit/prometheus"

Index

Functions

func NewFactory

func NewFactory(namespace, subsystem string, buckets []float64) xkit.Factory

NewFactory creates a new metrics factory using go-kit prometheus package. buckets define the buckets into which histogram observations are counted. If buckets == nil, the default value prometheus.DefBuckets is used.

Source Files

factory.go

Version
v1.1.0
Published
Sep 10, 2017
Platform
darwin/amd64
Imports
5 packages
Last checked
2 weeks ago

Tools for package owners.