chaperon v0.2.3 Chaperon.Export.InfluxDB.LoadTestMeasurement.Fields View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Chaperon.Export.InfluxDB.LoadTestMeasurement.Fields{
  duration: term(),
  max: term(),
  mean: term(),
  min: term(),
  percentile_10_0: term(),
  percentile_20_0: term(),
  percentile_30_0: term(),
  percentile_40_0: term(),
  percentile_50_0: term(),
  percentile_60_0: term(),
  percentile_75_0: term(),
  percentile_80_0: term(),
  percentile_85_0: term(),
  percentile_90_0: term(),
  percentile_95_0: term(),
  percentile_99_0: term(),
  percentile_99_9: term(),
  percentile_99_99: term(),
  percentile_99_999: term(),
  total_count: term()
}