Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DownloadCounter = prometheus.NewCounter( prometheus.CounterOpts{ Name: "escape_downloads", Help: "Number of downloads", }, ) UploadCounter = prometheus.NewCounter( prometheus.CounterOpts{ Name: "escape_uploads", Help: "Number of uploads", }, ) ResponsesTotal = prometheus.NewCounterVec( prometheus.CounterOpts{ Name: "escape_http_responses_total", Help: "The count of http responses issued, classified by code and method", }, []string{"code", "method"}, ) ResponsesLatency = prometheus.NewHistogramVec( prometheus.HistogramOpts{ Name: "escape_http_responses_latency", Help: "The latency of http responses issued, classified by code and method", }, []string{"code", "method"}, ) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.