add project philosophy to readme
This commit is contained in:
parent
8623398d7d
commit
a0f29e6106
10
README.md
10
README.md
|
@ -2,6 +2,16 @@
|
|||
|
||||
metrics.sh is a lightweight metrics collection and forwarding daemon implemented in portable POSIX compliant shell scripts. A transparent interface based on hooks enables writing custom collectors and reporters in an elegant way.
|
||||
|
||||
**Project philosophy**
|
||||
|
||||
- Flat learning curve
|
||||
- Easily extensible
|
||||
- Low impact on system resources
|
||||
- No compilation, custom interpreters and runtimes required
|
||||
- Freedom to choose any service for storage, charting and alerting
|
||||
- Open source, no proprietary parts
|
||||
- Community-driven development, growing number of included metrics over time
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue