The "For projects already using custom Prometheus metrics" section could use a few tweaks, noting them here not to forget.
- The toml snippet to add autometrics doesn't work. "Inline tables" need to be on a single line, not multiple ones, at least my version of Cargo didn't want to accept the current form as is. we should rather have a single line version
[dependencies]
autometrics = { version = "*", features = ["prometheus-0_13"], default-features = false }
The "For projects already using custom Prometheus metrics" section could use a few tweaks, noting them here not to forget.