Miget automatically collects metrics for every app and addon in your workspace. All metrics use the miget_ prefix and are available in Grafana dashboards and the Metrics API.

App Metrics

Metrics about your application’s deployment status and HTTP traffic.

Replicas

Labels: namespace, app

HTTP

Labels: namespace, app, status, method
Use histogram_quantile() to calculate percentiles from the histogram:

Instance Metrics

Metrics about individual app instances (pods). Each running instance of your app reports these independently.

CPU & Memory

Labels: namespace, instance, app, resource (for limits/requests: cpu or memory)

Network

Labels: namespace, instance, app

Disk

Labels: namespace, instance, app, device

Status

Labels: namespace, instance, app, phase (for status_phase: Pending, Running, Succeeded, Failed)

Volume Metrics

Metrics about persistent storage attached to your apps. Labels: namespace, app, volume, device

Addon Metrics

PostgreSQL

Labels: namespace, addon, addon_type, instance, database, role

Common Labels

Every metric includes these labels: