---
type: archive
area: archive
status: archived
date: 2026-05-03
created: 2026-05-03
updated: 1980-01-01
tags:
  - archive
---
- Download binary
- Configure \*.yaml file with necessary configs
- it store automatically data .in ./data/\*.tsdf

### Metrics Types:
- Gauges
Metrics that represents some values that can go up or down . You mesure some values that exists in real word like disk usage, memory usage 
- Counters
Represent a cumulative count overtime like total number of http requests
that app handled
it always going up and never go down only to 0 and start increasing
- Summaries
Permit us to track a quantile or a percentage or a distribution
Like for example tracking requests that take +2s
