Skip to content
/ thanos Public
forked from thanos-io/thanos

Highly available Prometheus setup with long term storage capabilities. CNCF Sandbox project.

License

Notifications You must be signed in to change notification settings

sepich/thanos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This is a fork of Thanos with some patches for receive component:

  • Receive: quorum for 2 nodes is 1 #3231
  • Receive: make __meta_tenant_id available at --receive.relabel-config phase. You can read from it to validate other labels. And you can write to it, to split by label:
  - |
    --receive.relabel-config=
    - source_labels: [__meta_tenant_id, prometheus]
      regex: (foo;compose-test-1|bar;compose-test-2)
      action: keep
    - source_labels: [prometheus]
      target_label: __meta_tenant_id

Compiled images available at: https://hub.docker.com/repository/docker/sepa/thanos/tags

About

Highly available Prometheus setup with long term storage capabilities. CNCF Sandbox project.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 95.8%
  • TypeScript 2.6%
  • Jsonnet 0.9%
  • Makefile 0.2%
  • HTML 0.2%
  • Shell 0.1%
  • Other 0.2%