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
Thank you for these beautiful grafana dashboards giving great insights into the inner workings of TDC.
After deploying latest cmon + triton-prometheus + triton-grafana I noticed some panels returning no data points (often in relation to moray).
Dashboard: CNAPI
Panel CNAPI moray latency
histogram_quantile(0.90, sum(rate(fast_client_request_time_ms{service=\"cnapi\"}[5m])) by (le))
histogram_quantile(0.95, sum(rate(fast_client_request_time_ms{service=\"cnapi\"}[5m])) by (le))
histogram_quantile(0.99, sum(rate(fast_client_request_time_ms{service=\"cnapi\"}[5m])) by (le))
Dashboard Manatee
All panels except Manatee{0,1,2} cpu|memory usage return no data points
histogram_quantile(0.90, sum(rate(fast_client_request_time_ms{service=\"napi\"}[5m])) by (le))
histogram_quantile(0.95, sum(rate(fast_client_request_time_ms{service=\"napi\"}[5m])) by (le))
histogram_quantile(0.99, sum(rate(fast_client_request_time_ms{service=\"napi\"}[5m])) by (le))
Dashboard SAPI
Panel SAPI moray latency
histogram_quantile(0.95, sum(rate(fast_client_request_time_ms{service=\"sapi\"}[5m])) by (le))
Thank you for these beautiful
grafana
dashboards giving great insights into the inner workings ofTDC
.After deploying latest
cmon
+triton-prometheus
+triton-grafana
I noticed some panels returning no data points (often in relation tomoray
).Dashboard:
CNAPI
CNAPI moray latency
Dashboard
Manatee
Manatee{0,1,2} cpu|memory usage
return no data pointsMoray Database Queries (rows/sec)
Disk Reads (per second)
User Tables Query Time (per second)
User Table Stats (per second)
Connections to Manatee (moray DB)
Manatee Transactions Committed (tx/s)
Index scans per second by relname
Tuples fetched by index scans per second by relname
Sequential scans per second by relname
Tuples fetched by sequential scans per second by relname
INSERTs per second by relname
UPDATEs per second by relname
DELETEs per second by relname
Dashboard
Moray
p99 request latency by instance
p99 request latency by RPC
Moray nConnectionsActive
Moray nRequestsCompleted
Moray nRequestsFailed
Dashboard
NAPI
NAPI moray latency
Dashboard
SAPI
SAPI moray latency
Dashboard
Triton Service Routes
cloudapi - get
Requests
Latency
I'd be happy to help debugging why this happens.
The text was updated successfully, but these errors were encountered: