Using the Quantum Monitoring Platform we provide a foundation of metrics for your services, but if you’d like to get your own metrics into the system, here is how.
Publishing your own metrics comes with costs in terms of resources on your cluster and a monthly fee. Please contact support to find out more.
sequenceDiagram
participant Agent
participant Apps
participant QMP
participant Grafana
Note right of QMP: Quantum Monitoring Platform
rect rgb(160, 160, 160)
loop collection
Agent->>Apps: Collect metrics
end
loop store metrics
Agent->>QMP: Send metrics
end
end
Grafana-->>QMP: dashboards, querying