Documentation ¶
Overview ¶
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct {
// contains filtered or unexported fields
}
Exporter is the type that converts OpenCensus Proto-Metrics into Prometheus metrics.
type Options ¶
type Options struct { Namespace string OnError func(err error) ConstLabels prometheus.Labels // ConstLabels will be set as labels on all views. Registry *prometheus.Registry }
Options customizes a created Prometheus Exporter.
Click to show internal directories.
Click to hide internal directories.