Documentation ¶
Index ¶
Constants ¶
View Source
const (
// DefaultMetricNamespace is the prefix of metric name
DefaultMetricNamespace = "dapr"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter interface { // Init intializes metrics exporter Init() error // Options returns Exporter options Options() *Options }
Exporter is the interface for metrics exporters
func NewExporter ¶
NewExporter creates new MetricsExporter instance
type Options ¶
type Options struct { // OutputLevel is the level of logging MetricsEnabled bool // contains filtered or unexported fields }
Options defines the sets of options for Dapr logging
Click to show internal directories.
Click to hide internal directories.