pmetrics 0.1
PostgreSQL metrics instrumentation extension
Loading...
Searching...
No Matches
Data Fields
MetricKey Struct Reference

Data Fields

char name [NAMEDATALEN]
 
LabelsLocation labels_location
 
union { 
 
   dsa_pointer   dsa_ptr 
 
   Jsonb *   local_ptr 
 
labels 
 
MetricType type
 
int bucket
 

Detailed Description

Definition at line 77 of file pmetrics.c.

Field Documentation

◆ bucket

int MetricKey::bucket

Definition at line 85 of file pmetrics.c.

◆ dsa_ptr

dsa_pointer MetricKey::dsa_ptr

Definition at line 81 of file pmetrics.c.

◆ [union]

union { ... } MetricKey::labels

◆ labels_location

LabelsLocation MetricKey::labels_location

Definition at line 79 of file pmetrics.c.

◆ local_ptr

Jsonb* MetricKey::local_ptr

Definition at line 82 of file pmetrics.c.

◆ name

char MetricKey::name[NAMEDATALEN]

Definition at line 78 of file pmetrics.c.

◆ type

MetricType MetricKey::type

Definition at line 84 of file pmetrics.c.


The documentation for this struct was generated from the following file: