Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 410 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 410 Bytes

Haptic 🤏

Scrapes Prometheus-compatible endpoints and chooches your metrics to Clickhouse.

Features:

  • Service discovery (kubernetes!)
  • Automagical schema management
  • Clickhouse bulk insertion

Run

haptic --ch-uri tcp://clichouse.default.svc.cluster.local/database

RBAC Requirements

Cluster:

rules:
- apiGroups: ['']
  resources: ['pods', 'nodes']
  verbs: ['list', 'get']