mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
15a6681651
Kill LevelDB watermarks due to redundancy. General interface documentation has begun. Creating custom types for the model to prevent errors down the road. Renaming of components for easier comprehension. Exposition of interface in LevelDB. Slew of simple refactorings. |
||
---|---|---|
coding | ||
model | ||
storage | ||
utility | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTORS.md | ||
LICENSE | ||
main.go | ||
Makefile | ||
Makefile.TRAVIS | ||
README.md | ||
service.go |
Prometheus
Bedecke deinen Himmel, Zeus! A new kid is in town.
Prerequisites
- Go 1.0.X.
- LevelDB: (https://code.google.com/p/leveldb/).
- Protocol Buffers Compiler: (http://code.google.com/p/protobuf/).
- goprotobuf: the code generator and runtime library: (http://code.google.com/p/goprotobuf/).
- Levigo, a Go-wrapper around LevelDB's C library: (https://github.com/jmhodges/levigo).
Initial Hurdles
- A bit of this grew organically without an easy way of binding it all together. The tests will pass but slowly. They were not optimized for speed but end-to-end coverage of the whole storage model. This is something immediate to fix.
- Protocol Buffer generator for Go changed emitted output API. This will need to be fixed before other contributors can participate.
Milestones
- In-memory archive, basic rule language, simple computation engine, and naive exposition system.
License
Apache License 2.0