You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users already running Prometheus have metrics they'd want to surface in DashFrog without re-instrumenting.
Proposed design:
In DashFrog UI, click "Create metric" → select "Prometheus" as source
Configure:
Select which labels to include
Map an existing label to tenant (e.g. customer_id → tenant)
UI generates a remote write config snippet to add to your Prometheus setup
Open questions:
Histogram compatibility: DashFrog uses native histograms — if user sends classical histograms (_bucket/_sum/_count), do we convert, reject, or degrade gracefully?
Problem:
Users already running Prometheus have metrics they'd want to surface in DashFrog without re-instrumenting.
Proposed design:
tenant(e.g.customer_id→tenant)Open questions: