* feat: start work on remotes/replications phone home data * feat: add remotes/replications phone home data (no tests * refactor: use erroring binary conversions * style: gofmt * refactor: improve some error handling * style: cleanup * feat: add tests * refactor: just list remotes/replications rather than decrement * chore: linting fix Co-authored-by: DStrand1 <dstrandboge@influxdata.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| handler.go | ||
| handler_test.go | ||
| metrics.go | ||
| push.go | ||
| push_test.go | ||
| reporter.go | ||
| reporter_test.go | ||
| store.go | ||
| telemetry_test.go | ||
| timestamps.go | ||
| timestamps_test.go | ||
README.md
Telemetry Data
Telemetry is first collected by retrieving prometheus data from a Gatherer. Next, the collected data is filtered by matching a subset of prometheus families. Finally, the data is transmitted to a prometheus push gateway handler.
The handler enriches the metrics with the timestamp when the data is received.