Actix-web's Data<T> extractor expects T to implement Clone, so PrometheusHandle (which is Clone) does not need to be wrapped in Arc. The Arc type mismatch caused /metrics to return 500. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
Actix-web's Data<T> extractor expects T to implement Clone, so PrometheusHandle (which is Clone) does not need to be wrapped in Arc. The Arc type mismatch caused /metrics to return 500. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||