Files
neon/test_runner/fixtures
Arthur Petukhovsky ec8861b8cc Fix pageserver metrics names (#1682)
Try to follow Prometheus style-guide https://prometheus.io/docs/practices/naming/ for metrics names. More specifically:
- Use `pageserver_` prefix for all pagserver metrics
- Specify `_seconds` unit in time metrics
- Use unit as a suffix in other cases, such as `_hits`, `_bytes`, `_records`
- Use `_total` suffix for accumulating counters (note that Histograms append that suffix internally)
2022-05-12 19:53:07 +03:00
..
2021-05-03 11:31:32 -07:00
2022-04-18 12:52:31 +03:00
2022-02-16 10:59:51 -05:00
2022-04-27 19:09:28 +03:00