Revert "cmd/geth: rename the protocols field in the metrics gague (#28102)"

This reverts commit c28d7e1b8e.
This commit is contained in:
devopsbo3 2023-11-10 12:27:53 -06:00 committed by GitHub
parent d87ff06745
commit 51d803c484

View file

@ -188,7 +188,7 @@ func makeFullNode(ctx *cli.Context) (*node.Node, ethapi.Backend) {
"arch": runtime.GOARCH, "arch": runtime.GOARCH,
"os": runtime.GOOS, "os": runtime.GOOS,
"version": cfg.Node.Version, "version": cfg.Node.Version,
"protocols": strings.Join(protos, ","), "eth_protocols": strings.Join(protos, ","),
}) })
} }