package exp
import "github.com/ethereum/go-ethereum/metrics/exp"
Index ¶
- func Exp(r metrics.Registry)
- func ExpHandler(r metrics.Registry) http.Handler
- func Setup(address string)
Functions ¶
func Exp ¶
Exp will register an expvar powered metrics handler with http.DefaultServeMux on "/debug/vars"
func ExpHandler ¶
ExpHandler will return an expvar powered metrics handler.
func Setup ¶
func Setup(address string)
Setup starts a dedicated metrics server at the given address. This function enables metrics reporting separate from pprof.
Source Files ¶
- Version
- v1.15.11 (latest)
- Published
- May 5, 2025
- Platform
- linux/amd64
- Imports
- 7 packages
- Last checked
- 1 day ago –
Tools for package owners.