Mobius.Charts.plot
You're seeing just the function
plot
, go back to Mobius.Charts module for more information.
Specs
Plot the metric name to the screen
If there are tags for the metric you can pass those in the second argument:
Mobius.Charts.plot("vm.memory.total", %{some: :tag})
Optionally you can pass in a resolution to see the metrics recorded over time specified by the resolution.
Mobius.Charts.plot("vm.memory.total", %{}, resolution: :hour)
By default the resolution is :minute
, which will display the metrics over
the last minute.