Tags and fields in InfluxDB

This section provides detailed information on how the exported data is structured in InfluxDB.

Measure 'SPMeas':
  General tags
    Tag 'Project'
    Tag 'Loadtest'
    Tag 'SourceType':
      Use this tag to distinguish between data exported from raw files, TSD files, and real-time data.
      Has values 'Realtime', 'Tsd', 'Raw'
    Tag 'TsdType' (not available for real-time measures):
      Use this tag to filter for the level of aggregation that you are interested in. 
      Corresponds to the prefixed letters in tsd/raw file names.
      Values: 'm', 'k', 'i', 't', ...
    Tag 'Machine' (agent name or 'aggregated')
    Tag 'UserType' (usertype name or 'aggregated')
    Tag 'Region' (where applicable)
  Measure tags
    Tag 'MeasGroup' (eg. 'Page and Action timer')
    Tag 'MeasType' (eg. 'Page time[s]')
    Tag 'MeasName' (Timer name in Silk Performer)
    Tag 'ValueType': 
      Has values 'Avg', 'Sum/sec' or 'Count/sec' 
      describes what kind of data 'value' field contains
  Fields:
    N, Sum, Min, Max, Avg, StdDev (not available for real-time measures)
    value:  contains the value that would be shown per default in Silk Performance Explorer: sum/sec, count/sec or average

Load test health metrics from the Monitor/Summary panel in the Workbench, such as Errors, CPU, Memory, or Transactions, are grouped in the synthetic MeasGroup 'RtHealth', while their names are stored in the MeasType tag.