Versions in this module Expand all Collapse all v0 v0.1.0 Mar 27, 2023 Changes in this version + func StartMetricsServer(metricsType Type) *http.Server + type Metrics struct + PanicCounter metrics.Counter + RequestCounter metrics.Counter + ResponseCounter metrics.Counter + RobotsTxtForbiddenCounter metrics.Counter + RobotsTxtRequestCounter metrics.Counter + RobotsTxtResponseCounter metrics.Counter + func NewMetrics(metricsType Type) *Metrics + type Type int + const Discard + const ExpVar + const Prometheus