小编use*_*598的帖子

普罗米修斯使用远程写入器时设备上没有剩余空间

我正在将普罗米修斯与远程编写器一起使用:

但运行一段时间后我收到此错误。

sg =“压缩失败”err =“保留头块:写入压缩:写入块:设备上没有剩余空间”

global:
  scrape_interval:     60s # Set the scrape interval to every 15 seconds. Default is every 1 minute.
remote_write:
  - url: "http://localhost:1234/receive"

scrape_configs:

  - job_name: 'cassandra'

    static_configs:
      - targets: ['localhost:5556']
        labels:
          instance: "server1"
Run Code Online (Sandbox Code Playgroud)

prometheus

2
推荐指数
1
解决办法
1万
查看次数

标签 统计

prometheus ×1