Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Important: If you are using operators like Join, you additionally need to add #METADATA TimeInterval

Parameter

...

  • measurementPoint (String): If you want to use multipe measurements inside a query you could use this parameter to add additional measurement points. This points will contain the current time stamp in nanoseconds, so the difference between the latency start and this value is the latency, measured at this point.

Example

Code Block
languagejs
titleCalcLatency Example
output = CALCLATENCY(input)

output2 = CALCLATENCY({measurementPoint="ATrickyPlace"},output}