package
0.0.0-20250205152611-bfae35225242
Repository: https://github.com/ole-larsen/plutonium.git
Documentation: pkg.go.dev
# Functions
NewGetMetrics creates a new http.Handler for the get metrics operation.
NewGetMetricsOK creates GetMetricsOK with default headers values.
NewGetMetricsParams creates a new GetMetricsParams object
There are no default values defined in the spec.
# Constants
GetMetricsOKCode is the HTTP code returned for type GetMetricsOK.
# Structs
GetMetrics swagger:route GET /metrics Monitoring getMetrics
# Retrieve Prometheus Metrics
This endpoint provides Prometheus-compatible metrics for monitoring the application.
GetMetricsOK Metrics retrieved successfully.
GetMetricsParams contains all the bound params for the get metrics operation typically these are obtained from a http.Request
swagger:parameters GetMetrics.
GetMetricsURL generates an URL for the get metrics operation.
# Interfaces
GetMetricsHandler interface for that can handle valid get metrics params.
# Type aliases
GetMetricsHandlerFunc turns a function with the right signature into a get metrics handler.