You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrate/prometheus/usage.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ docker compose up
30
30
## Explore data
31
31
32
32
CrateDB stores the metrics in the designated table, ready for inspection and analysis.
33
+
By default, the included `ddl.sql` creates the table `testdrive.metrics`.
33
34
```shell
34
35
docker compose exec cratedb crash -c "SELECT * FROM testdrive.metrics ORDER BY timestamp LIMIT 5;"
35
36
```
@@ -44,22 +45,19 @@ Confirm that Prometheus monitors itself.
44
45
45
46

46
47
47
-
Return to the CrateDB Admin UI and select the `metrics` table you created.
48
+
Return to the CrateDB Admin UI at `http://localhost:4200`and select the `testdrive.metrics` table.
48
49
49
-
After a few minutes, Prometheus will have gathered a few thousands of data points.
50
+
After a few minutes, Prometheus will have gathered a few thousand data points.
50
51
51
52

52
53
53
54
Use CrateDB’s query engine to analyze and visualize this data with tools
54
-
like {ref}`grafana`, see also
55
+
like {ref}`grafana`. See also
55
56
[Monitoring a self-managed CrateDB cluster with Prometheus and Grafana].
[Monitoring a self-managed CrateDB cluster with Prometheus and Grafana]: https://community.cratedb.com/t/monitoring-a-self-managed-cratedb-cluster-with-prometheus-and-grafana/1236
0 commit comments