Commit Graph

12 Commits

Author SHA1 Message Date
Jack Luar
32bee240c5 apply code feedback, add image
Signed-off-by: Jack Luar <39641663+luarss@users.noreply.github.com>
2026-03-12 02:38:38 +00:00
Ethan Mahintorabi
d39b0061f4 utl: Adds live prometheus monitoring to OpenROAD
OpenROAD includes a metrics endpoint server that can track internal tool metrics over time.

To use this feature you need to do the following start the prometheus and grafana collectors

[Detailed instructions](/etc/monitoring/README.md):
```shell
$ cd etc/monitoring
$ docker compose up -d
```

This will start a grafana endpoint ready to collect from the OpenROAD application you would
like to track. By default it's looking for an http server running on port 8080 on your localhost.

To start the metrics endpoint in OpenROAD, run:
```tcl
utl::startPrometheusEndpoint 8080
```

This is all configurable in the docker compose file, and you should be able to access grafana by going to
http://localhost:3000 username: admin, password: grafana. Go to the dashboard tab and click service,
then OpenROAD to see the pre-made dashboard.

Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
2025-02-20 00:01:05 +00:00
vijayank88
3d65037eb6 sync readme OR images
Signed-off-by: vijayank88 <paruthi143@gmail.com>
2023-06-29 13:03:24 +00:00
vijayank88
4e7cc31226 README update
Signed-off-by: vijayank88 <paruthi143@gmail.com>
2023-05-10 09:41:48 +00:00
vijayank88
eac7b834b0 README update
Signed-off-by: vijayank88 <paruthi143@gmail.com>
2023-05-09 07:44:45 +00:00
vijayank88
d4b2c8f8f2 README update
Signed-off-by: vijayank88 <paruthi143@gmail.com>
2023-05-05 10:31:50 +00:00
vijayank88
f73eeb40c1 READEME update
Signed-off-by: vijayank88 <paruthi143@gmail.com>
2023-05-04 09:56:13 +00:00
vijayank88
19981f1093 README update
Signed-off-by: vijayank88 <paruthi143@gmail.com>
2023-05-03 07:27:56 +00:00
vijayank88
4572da7a95 README update
Signed-off-by: vijayank88 <paruthi143@gmail.com>
2023-05-02 09:44:15 +00:00
vijayank88
87155a4426 README update
Signed-off-by: vijayank88 <paruthi143@gmail.com>
2023-05-02 09:36:44 +00:00
vijayank88
28be7fa030 OpenROAD main README update
Signed-off-by: vijayank88 <paruthi143@gmail.com>
2022-06-22 05:56:12 +00:00
vijayank88
a643a81646 OpenROAD README update
Signed-off-by: vijayank88 <paruthi143@gmail.com>
2022-06-21 13:40:19 +00:00