Last updated 7 months ago
This is the official documentation of the agent_ruby Ruby agent.
agent_ruby
Percentage Charts are very similar to value charts. The range of valid values to be returned is from 0 to 100.
@create_agent.add_chart('averageVolumeIncrease') do |_context, result_builder| result_builder.percentage(11) end