Skip to content

Persist Prometheus exemplars with different storage systems

License

Notifications You must be signed in to change notification settings

yeya24/exemplars-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exemplars-storage

Storing Prometheus exemplars using different storage systems.

Supported Features

  • Prometheus Remote Write Receiver to ingest exemplars
  • Querying exemplars API
  • Work as a Thanos store that serves Info and Exemplars API.

Supported Storages

How to use

Build

go build -o main main.go
./main

Prometheus Setup

Add following section to your Prometheus config file to send exemplars to the server.

remote_write:
  - url: http://localhost:8081/api/v1/write
    send_exemplars: true

About

Persist Prometheus exemplars with different storage systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages