Skip to content

Use Kafka as a remote storage buffer for Prometheus

License

Notifications You must be signed in to change notification settings

vitalvas/prometheus-mimic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prometheus Mimic

Configuration

VictoriaMetrics

services:
  vmagent:
    image: victoriametrics/vmagent:latest
    restart: unless-stopped
    volumes:
      - './vmagent-load.dev.yml:/etc/vmagent/prometheus.yml'
    command:
      - '--promscrape.config=/etc/vmagent/prometheus.yml'
      - '--remoteWrite.url=http://prometheus-mimic-gateway:8080/api/v1/write'
      - '--remoteWrite.flushInterval=30s'
      - '--httpListenAddr=:8429'

Prometheus

remote_write:
  - url: http://prometheus-mimic-gateway:8080/api/v1/write

About

Use Kafka as a remote storage buffer for Prometheus

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published