metrics

package
v0.0.0-...-8c118da Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ReceivedPackets = prometheus.NewCounter(prometheus.CounterOpts{
		Name: "fluent_receive_msgs_total",
		Help: "Logging entries, incoming",
	})
	ReceivedBytes = prometheus.NewCounter(prometheus.CounterOpts{
		Name: "fluent_receive_bytes_total",
		Help: "Logging traffic, incoming, bytes",
	})

	ForwardPackets = prometheus.NewCounterVec(prometheus.CounterOpts{
		Name: "fluent_forward_msgs_total",
		Help: "Logging entries, forwarded",
	}, []string{"target"})
)
View Source
var Handler http.Handler

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL