@ -30,7 +30,7 @@ options specify the HTTP and WebSockets JSON-RPC ports. The defaults are `8545`
## Metrics
## Metrics
To enable [Prometheus to access Pantheon](../../Using-Pantheon/Monitoring.md#monitor-node-performance-using-prometheus),
To enable [Prometheus to access Pantheon](../../Monitoring/Monitoring-Performances.md#monitor-node-performance-using-prometheus),
open the metrics port or metrics push port to Prometheus or the Prometheus push gateway on TCP.
open the metrics port or metrics push port to Prometheus or the Prometheus push gateway on TCP.
The [`--metrics-port`](../../Reference/Pantheon-CLI-Syntax.md#metrics-port) and [`--metrics-push-port`](../../Reference/Pantheon-CLI-Syntax.md#metrics-push-port)
The [`--metrics-port`](../../Reference/Pantheon-CLI-Syntax.md#metrics-port) and [`--metrics-push-port`](../../Reference/Pantheon-CLI-Syntax.md#metrics-push-port)
@ -281,7 +281,7 @@ Comma separated list of categories for which to track metrics. The default is al
metrics-enabled=true
metrics-enabled=true
```
```
Set to `true` to enable the [metrics exporter](../Using-Pantheon/Monitoring.md#monitor-node-performance-using-prometheus).
Set to `true` to enable the [metrics exporter](../Monitoring/Monitoring-Performances.md#monitor-node-performance-using-prometheus).
The default is `false`.
The default is `false`.
`--metrics-enabled` cannot be specified with `--metrics-push-enabled`. That is, either Prometheus polling or Prometheus
`--metrics-enabled` cannot be specified with `--metrics-push-enabled`. That is, either Prometheus polling or Prometheus
@ -301,7 +301,7 @@ push gateway support can be enabled but not both at once.
metrics-host="127.0.0.1"
metrics-host="127.0.0.1"
```
```
Specifies the host on which [Prometheus](https://prometheus.io/) accesses [Pantheon metrics](../Using-Pantheon/Monitoring.md#monitor-node-performance-using-prometheus).
Specifies the host on which [Prometheus](https://prometheus.io/) accesses [Pantheon metrics](../Monitoring/Monitoring-Performances.md#monitor-node-performance-using-prometheus).
The metrics server respects the [`--host-whitelist` option](#host-whitelist).
The metrics server respects the [`--host-whitelist` option](#host-whitelist).
The default is `127.0.0.1`.
The default is `127.0.0.1`.
@ -320,7 +320,7 @@ The default is `127.0.0.1`.
metrics-port="6174"
metrics-port="6174"
```
```
Specifies the port (TCP) on which [Prometheus](https://prometheus.io/) accesses [Pantheon metrics](../Using-Pantheon/Monitoring.md#monitor-node-performance-using-prometheus).
Specifies the port (TCP) on which [Prometheus](https://prometheus.io/) accesses [Pantheon metrics](../Monitoring/Monitoring-Performances.md#monitor-node-performance-using-prometheus).
The default is `9545`. Ports must be [exposed appropriately](../Configuring-Pantheon/Networking/Configuring-Ports.md).
The default is `9545`. Ports must be [exposed appropriately](../Configuring-Pantheon/Networking/Configuring-Ports.md).
### metrics-push-enabled
### metrics-push-enabled
@ -337,7 +337,7 @@ The default is `9545`. Ports must be [exposed appropriately](../Configuring-Pant
metrics-push-enabled="true"
metrics-push-enabled="true"
```
```
Set to `true` to start the [push gateway integration](../Using-Pantheon/Monitoring.md#running-prometheus-with-pantheon-in-push-mode).
Set to `true` to start the [push gateway integration](../Monitoring/Monitoring-Performances.md#running-prometheus-with-pantheon-in-push-mode).
`--metrics-push-enabled` cannot be specified with `--metrics-enabled`. That is, either Prometheus polling or Prometheus
`--metrics-push-enabled` cannot be specified with `--metrics-enabled`. That is, either Prometheus polling or Prometheus
push gateway support can be enabled but not both at once.
push gateway support can be enabled but not both at once.