Tor 0.4.9.0-alpha-dev
Functions
prometheus.h File Reference

Header for feature/metrics/prometheus.c. More...

#include "lib/buf/buffers.h"
#include "lib/metrics/metrics_store_entry.h"

Go to the source code of this file.

Functions

void prometheus_format_store_entry (const metrics_store_entry_t *entry, buf_t *data, bool no_comment)
 

Detailed Description

Header for feature/metrics/prometheus.c.

Definition in file prometheus.h.

Function Documentation

◆ prometheus_format_store_entry()

void prometheus_format_store_entry ( const metrics_store_entry_t *  entry,
buf_t *  data,
bool  no_comment 
)

Format the given entry in to the buffer data.

Definition at line 88 of file prometheus.c.

Referenced by metrics_store_get_output().