Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Health defines the live status path for the entry channel. Health = "/health" // Info defines the node's public card path. Info = "/info" // Metrics defines the root path for the metrics HTML index. Metrics = "/metrics" // OpenAPI defines the JSON spec path. OpenAPI = "/openapi.json" )
View Source
const ( // MetricsCache defines the cache metrics group path. MetricsCache = Metrics + "/cache" // MetricsCore defines the core metrics group path. MetricsCore = Metrics + "/core" // MetricsErrors defines the errors metrics group path. MetricsErrors = Metrics + "/errors" // MetricsInternal defines the full OpenMetrics exposition path. MetricsInternal = Metrics + "/internal" // MetricsRescan defines the rescan metrics group path. MetricsRescan = Metrics + "/rescan" // MetricsYgg defines the Yggdrasil mesh metrics group path. MetricsYgg = Metrics + "/ygg" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.