This topic describes monitoring metrics related to the average number of route table queries per second 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 | count |
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 | count |
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 | count |
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 | count |
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 | count |
Calculation expression
sum(rate(odp_entry_total{entryType="table_entry",@LABELS}[@INTERVAL])) by (@GBLABELS)