Fix missing newline in Graphite msg serialization
[beam_stats.git] / include / beam_stats_msg_graphite.hrl
CommitLineData
a9ed8751
SK
1-record(beam_stats_msg_graphite,
2 { path :: [binary()]
3 , value :: integer()
4 , timestamp :: erlang:timestamp()
5 }).
This page took 0.018196 seconds and 4 git commands to generate.