Files
neon/pageserver/src
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
..
2022-05-07 01:33:33 +03:00
2022-05-07 00:30:36 +03:00
2022-05-12 19:53:07 +03:00
2022-04-25 16:23:34 +03:00
2022-04-11 21:34:04 +03:00