Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a process metrics updaterHEADmaster | Christopher Baines | 2024-03-22 |
| | |||
* | Remove locking in call-with-duration-metric | Christopher Baines | 2024-03-22 |
| | | | | As I think this is unnecessary. | ||
* | Remove reference from metric to the registry | Christopher Baines | 2024-03-22 |
| | | | | | As this is unused, and will allow registering a metric with multiple registries. | ||
* | Add get-gc-metrics-updater | Christopher Baines | 2023-11-12 |
| | |||
* | Export some more values | Christopher Baines | 2023-11-12 |
| | |||
* | Wrap use of mutexes with call-with-blocked-asyncs | Christopher Baines | 2023-11-12 |
| | | | | As this will hopefully avoid problems with mutexes when using fibers. | ||
* | Add a couple of procedures for generating histogram buckets | Christopher Baines | 2020-12-10 |
| | |||
* | Add the _bucket suffix to metric lines for histograms | Christopher Baines | 2020-12-10 |
| | |||
* | Avoid race conditions in call-with-duration-metric | Christopher Baines | 2020-12-10 |
| | |||
* | Make call-with-duration-metric more precise | Christopher Baines | 2020-12-10 |
| | |||
* | Allow passing label-values to call-with-duration-metric | Christopher Baines | 2020-12-10 |
| | |||
* | Fix histogram metrics | Christopher Baines | 2020-12-10 |
| | | | | Properly write a _sum and _count line, and sort the lines correctly. | ||
* | Fix issues with outputting values | Christopher Baines | 2020-12-05 |
| | | | | Ensure numbers are formatted as floats. | ||
* | Allow passing more options to call-with-duration-metric | Christopher Baines | 2020-12-05 |
| | |||
* | Fix metric # TYPE for histograms | Christopher Baines | 2020-12-05 |
| | |||
* | Fix call-with-duration-metric to work with multiple values | Christopher Baines | 2020-12-05 |
| | |||
* | Help with writing textfiles | Christopher Baines | 2020-11-29 |
| | |||
* | Write out the metric type | Christopher Baines | 2020-11-29 |
| | |||
* | Support outputting docstrings | Christopher Baines | 2020-11-29 |
| | |||
* | Allow for cross-compilation | Christopher Baines | 2020-10-05 |
| | |||
* | Add more information and an example to the README | Christopher Baines | 2020-08-31 |
| | |||
* | Add some docstrings | Christopher Baines | 2020-08-31 |
| | |||
* | Automatically add a _ after the namespace | Christopher Baines | 2020-08-31 |
| | | | | | If one is specified. I think this is a more reasonable default behaviour. | ||
* | Initial commit | Christopher Baines | 2020-08-31 |