24#ifndef PROM_METRIC_SAMPLE_H
25#define PROM_METRIC_SAMPLE_H
struct pms pms_t
Contains the specific metric and value given the name and label set.
Definition prom_metric_sample.h:33
int pms_add(pms_t *self, double r_value)
Add the given r_value to the given sample.
int pms_sub(pms_t *self, double r_value)
Subtract the given r_value from the given sample.
int pms_set(pms_t *self, double r_value)
Set the given r_value to the given ample.