Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
telemetry
/
5ade2b1d0ccb71a3de23396dea77c375bedc0362
/
.
/
src
/
metric_value.hpp
blob: d01ac4e2b5849510bcce6f4bf8940f1687587d51 [
file
] [
log
] [
blame
]
#pragma
once
#include
<cstdint>
#include
<string>
struct
MetricValue
{
std
::
string
id
;
std
::
string
metadata
;
double
value
;
uint64_t
timestamp
;
};