-
## Question
canal-server和客户端的消费速度比较低,监控显示iops最高到500 ,致使产生很多数据堆积,请问有什么好的处理办法嘛?
-
## Bug Report
**What did you do?**
I want to use curl to push some metrics to promethues via pushgateway, like this:
```
cat
lylex updated
5 years ago
-
__System info:__
InfluxDB 1.7, upgraded from 1.6.4. Running on the standard Docker image.
__Steps to reproduce:__
I upgraded a large InfluxDB server to InfluxDB 1.7. Nothing else changed. We…
-
### Relevant telegraf.conf:
```toml
[global_tags]
org = "test_org"
country = "test_country"
dc = "test_dc"
[agent]
interval = "10s"
round_interval = true
metric_batch_size = 1…
-
**What is missing?**
when one prometheus down for a while , the metrics loss, when use service to query metric, it not work, because service will send request to the recovered prometheus
**Why…
-
Currently `namespace`, `pod` are default labels provided in the metrics.
I would like to print some additional pod labels in the metrics's output to have an ability to group on later in prometheus / …
-
fyqls updated
5 years ago
-
Since ksonnet-lib is deprecated as Heptio is acquired by VMWare:
> Prior to the acquisition, Heptio had been shifting focus and resources away from ksonnet; with the acquisition, we felt it was the…
-
**What happened**: Switching from Postgres To Prometheus as the source when editing a panel causes the entire editing window to disappear.
**What you expected to happen**: That the panel **will not…
-
I use docker to run nginx with promethues.lua. But the container restart or recreate, old data is loss, how can I persistent data? thanks