metrics

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SigniDiceProcessingTimeMs = prometheus.NewHistogram(
		prometheus.HistogramOpts{
			Name:    "signidice_part_2_event_ms",
			Help:    "signidice part 2 event processing time in ms",
			Buckets: []float64{20, 50, 100, 200, 500},
		})

	SignTransactionProcessingTimeMs = prometheus.NewHistogram(
		prometheus.HistogramOpts{
			Name:    "http_sign_transaction_ms",
			Help:    "HTTP /sign_transaction query processing time in ms",
			Buckets: []float64{20, 50, 100, 200, 500},
		})
)

Functions

func GetHandler

func GetHandler() http.Handler

Types

This section is empty.

Jump to

Keyboard shortcuts

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