提供: Bright Pattern Documentation
< 5.19:Reporting-database-specification‎ | scenario step counters
Revision as of 15:43, 14 September 2019 by Marina (talk | contribs) (Created page with "== データの説明 == 次の表には、名前(IDなど)、データタイプ (BIGINT, BINARY, BIT, DATETIME, ENUM, INT, VARCHARなど)、 ''scenario_steps_counters''...")
移動先: 案内検索
• English
• 5.19 • 5.3 • 5.8

scenario_steps_counters

scenario_steps_counters表のの各行は、 scenario_nameフィールドで指定されたシナリオブロックが集約間隔中に特定の結果で実行された回数をカウントします。

scenario_steps_counters 表の内容例は以下の通りです。


scenario_steps_counters 表の例


データの説明

次の表には、名前(IDなど)、データタイプ (BIGINT, BINARY, BIT, DATETIME, ENUM, INT, VARCHARなど)、 scenario_steps_counters 表の各メトリック(つまり、列)の説明が含まれます。

Column Name Data Type Description
id BINARY (16) Primary key
agg_run_id BINARY (16) Aggregator run that produced this record
start_time DATETIME Start time of the aggregation interval; time is given in Universal Coordinated Time (UTC)
end_time DATETIME End time of the aggregation interval; time is given in Universal Coordinated Time (UTC)
scenario_name VARCHAR Name of the service as defined in configuration
block_type VARCHAR Type of scenario block
block_title VARCHAR Block title as defined in scenario
exit_id VARCHAR Block exit identifier
caller_disconnect BIT TRUE if the interaction was disconnected by the remote party while this block was executed
num_steps BIGINT Number of times the block specified in the block_title field was executed with the given result (either the exit specified in the exit_id field or abandoned by the caller as indicated by the caller_disconnect field)
< 前へ | 次へ >