Skip to content

Commit e17aff8

Browse files
Apply suggestions from code review
Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
1 parent d463570 commit e17aff8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

ydb/docs/en/core/devops/manual/monitoring.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ http://<ydb-server-address>:<ydb-port>/counters/counters=<servicename>/
2828
> http://<ydb-server-address>:<ydb-port>/counters/counters=utils
2929
> ```
3030
31-
You can collect metric values using [Prometheus](https://prometheus.io/), a popular open-source tool. {{ ydb-short-name }} sensor values in [Prometheus format](https://prometheus.io/docs/instrumenting/exposition_formats/) are available at a URL in the following format:
31+
You can collect metric values using [Prometheus](https://prometheus.io/), a popular open-source observability tool, or any other system compatible with its format. {{ ydb-short-name }} sensor values in [Prometheus format](https://prometheus.io/docs/instrumenting/exposition_formats/) are available at a URL in the following format:
3232
3333
```http
3434
http://<ydb-server-address>:<ydb-port>/counters/counters=<servicename>/prometheus
3535
```
3636
3737
- `<servicename>`: sensor subgroup name.
3838

39-
To visualize data, use any system that supports Prometheus, such as [Zabbix](https://www.zabbix.com/), [Amazon CloudWatch](https://aws.amazon.com/cloudwatch/), or [Grafana](https://grafana.com/):
39+
To visualize data, use any system that supports Prometheus, such as [Grafana](https://grafana.com/), [[Zabbix](https://www.zabbix.com/), or [AWS CloudWatch](https://aws.amazon.com/cloudwatch/):
4040

4141
![grafana-actors](../../_assets/grafana-actors.png)
4242

@@ -50,7 +50,7 @@ To set up monitoring for a {{ ydb-short-name }} cluster using [Prometheus](https
5050

5151
1. In the `targets` section specify addresses of all servers of the {{ ydb-short-name }} cluster and ports for each nodes (static and dynamic) that runs on the server.
5252

53-
For example, for the {{ ydb-short-name }} cluster that contains three servers, each server running one static and two dynamic nodes, specify nine addresses for all sensor subgroups, except for the disk subgroups (for disk sensor subgroups, specify only static node addresses):
53+
For example, for the {{ ydb-short-name }} cluster that contains three servers, each server running one storage node on port 8765 and two database nodes on ports 8766 and 8767, specify nine addresses for all sensor subgroups except for the disk subgroups (for disk sensor subgroups, specify only storage node addresses):
5454

5555
```json
5656
static_configs:
@@ -79,11 +79,10 @@ To set up monitoring for a {{ ydb-short-name }} cluster using [Prometheus](https
7979
ca_file: '<ydb-prometheus-ca-file>'
8080
```
8181

82-
Skip this step for a local single-node {{ ydb-short-name }} cluster.
8382

84-
1. [Install and start](https://grafana.com/docs/grafana/latest/getting-started/getting-started/) the Grafana.
83+
1. [Install and start](https://grafana.com/docs/grafana/latest/getting-started/getting-started/) Grafana.
8584

86-
1. [Create](https://prometheus.io/docs/visualization/grafana/#creating-a-prometheus-data-source) a data source of the `prometheus` type in Grafana and attach it to a running Prometheus instance.
85+
1. [Create](https://prometheus.io/docs/visualization/grafana/#creating-a-prometheus-data-source) a data source of the `prometheus` type in Grafana, and attach it to the running Prometheus instance.
8786

8887
1. Upload [{{ ydb-short-name }} dashboards](https://github.com/ydb-platform/ydb/tree/main/ydb/deploy/helm/ydb-prometheus/dashboards) to Grafana.
8988

0 commit comments

Comments
 (0)