https://github.com/gouthamve/agni
Experimental LTS for Prometheus
https://github.com/gouthamve/agni
database distributed-systems monitoring prometheus
Last synced: 12 months ago
JSON representation
Experimental LTS for Prometheus
- Host: GitHub
- URL: https://github.com/gouthamve/agni
- Owner: gouthamve
- Created: 2017-08-25T17:46:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T08:38:39.000Z (over 7 years ago)
- Last Synced: 2025-04-12T11:41:23.104Z (about 1 year ago)
- Topics: database, distributed-systems, monitoring, prometheus
- Language: Go
- Size: 5.03 MB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Agni: An experimental LTS for Prometheus
This is an experimental LTS for Prometheus with blocks stored in S3. We push
blocks as Prometheus produces them to S3 and then we have a reading service
which serves queries off the blocks in S3.
The focus is operational simplicity rather than speed. The plan is to try and
upstream as much of Agni as possible, for example the shipper will be
upstreamed as the remote-bulk write end-point.