# Functions
RecordMetrics wraps the HTTP handler to record Prometheus metrics.
StartMetricsServer starts the metrics server.
# Variables
RequestDuration tracks the duration of requests.
ResponseStatus tracks the total number of responses sent, partitioned by status code.
TotalRequests tracks the total number of requests received.