-
{
"platform":"",
"hub-mirror": [
"prom/pushgateway:v1.5.1",
"jimmidyson/configmap-reload:v0.8.0"
]
}
-
### Describe the bug a clear and concise description of what the bug is.
Prometheus received a 401 status code when scraping data from PushGateway after enabling HTTP basic authentication. The `ser…
-
{
"platform":"",
"hub-mirror": [
"registry.k8s.io/ccr.ccs.tencentyun.com/tkeimages/kube-state-metrics:2.2.4",
"quay.io/prometheus/pushgateway:v1.9.0",
"quay.io/prometheu…
-
{
"platform":"",
"hub-mirror": [
"jimmidyson/configmap-reload:v0.8.0",
"prom/pushgateway:v1.5.1",
"curlimages/curl:7.73.0"
]
}
-
This came up in https://github.com/micrometer-metrics/micrometer/issues/3661, on https://micrometer.io/docs/registry/prometheus there is no mention about Prometheus `PushGateway` (it is a Prometheus C…
-
Observability metrics need to be produced and exposed by the OpenWEC server.
## Which metrics?
I think the following metrics would be interesting to have:
- The number of HTTP requests received…
-
Would be cool to be able support prometheus's pushgateway, then you can send metrics from serverless functions and even the browser!
-
I think push gateway component is not necessary now since TIKV supports Prometheus `pull` mode now.
It is better to remove it.
-
```javascript
const client = require('prom-client');
const collectDefaultMetrics = client.collectDefaultMetrics;
const Registry = client.Registry;
const register = new Registry();
collectDefaultM…
-
Currently, the docs here mention https://prometheus.io/docs/practices/pushing/#should-i-be-using-the-pushgateway
> Usually, the only valid use case for the Pushgateway is for capturing the outcome …