We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8db2ad commit 7d53b06Copy full SHA for 7d53b06
prometheus_metrics_token.go
@@ -27,7 +27,7 @@ type PrometheusMetricToken struct {
27
Value string `json:"value"`
28
}
29
30
-const PrometheusMetricsTokensURI = "prometheus-metrics-tokens"
+const PrometheusMetricsTokensURI = "/prometheus-metrics-tokens"
31
32
// PrometheusMetricToken returns a token based on the ID.
33
func (api *API) PrometheusMetricToken(
0 commit comments