mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
coding/indexable | ||
configuration/grammar | ||
model | ||
utility | ||
.gitignore | ||
encoder.go | ||
index.go | ||
levigo_index.go | ||
levigo_metric_persistence.go | ||
levigo_metric_persistence_test.go | ||
levigo_persistence.go | ||
main.go | ||
Makefile | ||
metric.go | ||
metric_persistence.go | ||
persistence.go | ||
protocol_buffer_encoder.go | ||
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.