56df5cc72fc0bc4471b1da9653fc89a3a9e8b341
[beam_stats.git] / include / beam_stats_msg_graphite.hrl
1 -record(beam_stats_msg_graphite,
2 { path :: [binary()]
3 , value :: integer()
4 , timestamp :: erlang:timestamp()
5 }).
This page took 0.06323 seconds and 4 git commands to generate.