This topic describes the monitoring metrics Route table queries in an OBProxy cluster.
hit
Definition
The average number of route table hits per second.
Description
| Metric | Metric field name | Unit |
|---|---|---|
| hit | entry_total_hit | times/s |
Calculation expression
sum(rate(odp_entry_total{routeHit="true",@LABELS}[@INTERVAL])) by (@GBLABELS)
partition
Definition
The average number of partition entry queries per second.
Description
| Metric | Metric field name | Unit |
|---|---|---|
| partition | entry_total_partition | times/s |
Calculation expression
sum(rate(odp_entry_total{entryType="partition_entry",@LABELS}[@INTERVAL])) by (@GBLABELS)
route
Definition
The average number of route entry queries per second.
Description
| Metric | Metric field name | Unit |
|---|---|---|
| route | entry_total_route | times/s |
Calculation expression
sum(rate(odp_entry_total{entryType="route",@LABELS}[@INTERVAL])) by (@GBLABELS)
success
Definition
The average number of successful route table queries per second.
Description
| Metric | Metric field name | Unit |
|---|---|---|
| success | entry_total_success | times/s |
Calculation expression
sum(rate(odp_entry_total{routeResult="true",@LABELS}[@INTERVAL])) by (@GBLABELS)
table
Definition
The average number of table entry queries per second.
Description
| Metric | Metric field name | Unit |
|---|---|---|
| table | entry_total_table | times/s |
Calculation expression
sum(rate(odp_entry_total{entryType="table_entry",@LABELS}[@INTERVAL])) by (@GBLABELS)