Cargo Features

valensas-actuator has no features set by default.

[dependencies]
valensas-actuator = { version = "0.4.1", features = ["health", "health-tonic", "health-diesel", "prometheus-rocket", "prometheus-tonic", "prometheus-r2d2", "prometheus-tokio"] }
health health-diesel? health-tonic?

Enables futures and serde

Affects valensas-actuator::health

health-tonic = health

Enables tonic ^0.10.1 and tonic-health ^0.10.1

tonic:

Optional dependencies

Affects check::tonic, check::Tonic

health-diesel = health

Enables diesel

Affects check::diesel, check::Diesel

prometheus-rocket prometheus-r2d2? prometheus-tokio? prometheus-tonic?

Enables prometheus

Affects valensas-actuator::prometheus

prometheus-tonic = prometheus-rocket

Enables tonic ^0.10.1 and tower

Affects prometheus::tonic_grpc_collector, prometheus::TonicGrpcCollectorLayer

prometheus-r2d2 = prometheus-rocket

Enables r2d2

Affects prometheus::r2d2

prometheus-tokio = prometheus-rocket

Enables tokio

Affects prometheus::tokio