Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PacketCount = prometheus.NewCounterVec( prometheus.CounterOpts{ Name: "packet_count", Help: "Track counts of packets for certain source and destinations", }, []string{"proto", "src_ip", "src_port", "dst_ip", "dst_port"}, ) )
Functions ¶
func StartPrometheusEndpoint ¶
func StartPrometheusEndpoint()
StartPrometheusEndpoint - Setup and Run the prometheus endpoint
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.