Documentation ¶
Index ¶
Constants ¶
View Source
const ( WebsocketAvailable = 1 WebsocketDisconnected = 0 )
Variables ¶
View Source
var (
WebsocketMetric = promauto.NewGauge(prometheus.GaugeOpts{
Name: "rpc_websocket_status",
})
)
Functions ¶
This section is empty.
Types ¶
type Profiler ¶
func (*Profiler) RunProfiling ¶
func (p *Profiler) RunProfiling()
type Profilerer ¶
type Profilerer interface {
Profiler() Profiler
}
func New ¶
func New(getter kv.Getter) Profilerer
Click to show internal directories.
Click to hide internal directories.