You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: