Cargo Features

garage_api_admin has no features set by default.

[dependencies]
garage_api_admin = { version = "1.1.0", features = ["metrics"] }
metrics = opentelemetry-prometheus, prometheus

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

opentelemetry-prometheus metrics?

Enables opentelemetry-prometheus ^0.10

prometheus metrics?