|
pmetrics 0.1
PostgreSQL metrics instrumentation extension
|
Data Fields | ||
| char | name [NAMEDATALEN] | |
| LabelsLocation | labels_location | |
| union { | ||
| dsa_pointer dsa_ptr | ||
| Jsonb * local_ptr | ||
| } | labels | |
| MetricType | type | |
| int | bucket | |
Definition at line 77 of file pmetrics.c.
| int MetricKey::bucket |
Definition at line 85 of file pmetrics.c.
| dsa_pointer MetricKey::dsa_ptr |
Definition at line 81 of file pmetrics.c.
| union { ... } MetricKey::labels |
| LabelsLocation MetricKey::labels_location |
Definition at line 79 of file pmetrics.c.
| Jsonb* MetricKey::local_ptr |
Definition at line 82 of file pmetrics.c.
| char MetricKey::name[NAMEDATALEN] |
Definition at line 78 of file pmetrics.c.
| MetricType MetricKey::type |
Definition at line 84 of file pmetrics.c.