OBJECT

SpikeDetails

Details of spike detection

link GraphQL Schema definition

  • type SpikeDetails {
  • # The sample value that caused the spike
  • last: Float!
  • # The mean in the time frame
  • mean: Float!
  • # The standard deviation in the time frame
  • stddev: Float!
  • }