From 11f6c1c51b89fd4e1d2ff1ea7164eabb60cedfe0 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Tue, 29 Mar 2022 10:26:49 +0200 Subject: [PATCH] docs(cmd/gossamer): Metrics port fixed from `9090` to `9876` (#2433) --- cmd/gossamer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gossamer/README.md b/cmd/gossamer/README.md index ec6cba7d00..8b22332b3b 100644 --- a/cmd/gossamer/README.md +++ b/cmd/gossamer/README.md @@ -188,7 +188,7 @@ defined in [lib/runtime/wasmer/exports.go](../../lib/runtime/wasmer/exports.go). Gossamer publishes telemetry data and also includes an embedded Prometheus server that reports metrics. The metrics capabilities are defined in the [dot/metrics](../../dot/metrics) package and build on [the metrics library that is included with Go Ethereum](https://github.com/ethereum/go-ethereum/blob/master/metrics/README.md). -The default listening address for Prometheus metrics is `localhost:9090`, and Gossamer allows the user to configure this parameter with the +The default listening address for Prometheus metrics is `localhost:9876`, and Gossamer allows the user to configure this parameter with the `--metrics-address` command-line parameter. The Gossamer telemetry server publishes telemetry data that is compatible with [Polkadot Telemetry](https://github.com/paritytech/substrate-telemetry) and [its helpful UI](https://telemetry.polkadot.io/).