mirror of https://github.com/prometheus/prometheus
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julius Volz
42bdf921d1
|
12 years ago | |
---|---|---|
appstate | 12 years ago | |
coding | 12 years ago | |
config | 12 years ago | |
documentation | 12 years ago | |
model | 12 years ago | |
retrieval | 12 years ago | |
rules | 12 years ago | |
storage | 12 years ago | |
utility | 12 years ago | |
web | 12 years ago | |
.gitignore | 12 years ago | |
.travis.yml | 12 years ago | |
CONTRIBUTORS.md | 12 years ago | |
LICENSE | 12 years ago | |
Makefile | 12 years ago | |
Makefile.TRAVIS | 12 years ago | |
README.md | 12 years ago | |
main.go | 12 years ago |
README.md
Prometheus
Bedecke deinen Himmel, Zeus! A new kid is in town.
Prometheus is a generic time series collection and computation server that is useful in the following fields:
- Industrial Experimentation / Real-Time Behavioral Validation / Software Release Qualification
- Econometric and Natural Sciences
- Operational Concerns and Monitoring
The system is designed to collect telemetry from named targets on given intervals, evaluate rule expressions, display the results, and trigger an action if some condition is observed to be true.
Prerequisites
- Go 1.0.X. GVM is highly recommended as well.
- 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).
- GoRest, a RESTful style web-services framework: (http://code.google.com/p/gorest/).
- Prometheus Client, Prometheus in Prometheus (https://github.com/prometheus/client_golang).
- Snappy, a compression library for LevelDB and Levigo (http://code.google.com/p/snappy/).
Getting started
For basic help how to get started:
- For Linux users, please consult the Travis CI configuration in .travis.yml.
- Getting started on Mac OSX
License
Apache License 2.0