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
taskmanager has no prometheus api, so don't add it in prometheus config
/ or /status print a html page, not good for prometheus, maybe openmldb-exporter can handle it, but info is simple.
what means openmldb_connected_seconds_total? https://github.com/4paradigm/openmldb-exporter/blob/53792409f9a53cceaacf0091f658ca124692d356/openmldb_exporter/collector/collectors.py#L80 current time - connect time in show component incorrect: when openmldb-exporter is alive, stop clear start all, it can't reconnect to zk, and fail to execute show components or table status, won't update counters, so the openmldb_connected_seconds_total won't change. only zk restart can be handled, reset(start from small zxid) can't, check if needs improve
why grafana var role doesn't have tm? fix grafana dashboard template
Table Partition Number show deleted tables partitions, we know it's deleted in graph, but the big number make me confused.
openmldb_table_rows will up and down when insert data
test case is insert data into disk table
two panel are the same metric, but different titile, confused
TODO all metrics in grafana, and how to read them when do perf profiling
The text was updated successfully, but these errors were encountered:
taskmanager has no prometheus api, so don't add it in prometheus config
what means openmldb_connected_seconds_total? https://github.com/4paradigm/openmldb-exporter/blob/53792409f9a53cceaacf0091f658ca124692d356/openmldb_exporter/collector/collectors.py#L80
current time - connect time in show component
incorrect: when openmldb-exporter is alive, stop clear start all, it can't reconnect to zk, and fail to execute show components or table status, won't update counters, so the openmldb_connected_seconds_total won't change. only zk restart can be handled, reset(start from small zxid) can't, check if needs improvewhy grafana var role doesn't have tm? fix grafana dashboard template
Table Partition Number show deleted tables partitions, we know it's deleted in graph, but the big number make me confused.
TODO all metrics in grafana, and how to read them when do perf profiling
The text was updated successfully, but these errors were encountered: