feat: implement beam_stats_msg_graphite:of_memory/3
[beam_stats.git] / include / beam_stats_msg_graphite.hrl
diff --git a/include/beam_stats_msg_graphite.hrl b/include/beam_stats_msg_graphite.hrl
new file mode 100644 (file)
index 0000000..56df5cc
--- /dev/null
@@ -0,0 +1,5 @@
+-record(beam_stats_msg_graphite,
+    { path      :: [binary()]
+    , value     :: integer()
+    , timestamp :: erlang:timestamp()
+    }).
This page took 0.026453 seconds and 4 git commands to generate.