A simple Actix-web application.
Provide in-memory KV get / set via HTTP API.
Collect metrics for the application.
Allow Prometheus to collect metrics from the application.
Performance when there are many metrics.
Improve performance by using integer metrics and static metrics.
Improve performance by using thread local metrics.