提供: Bright Pattern Documentation
移動先: 案内検索
(Created page with "= scenario_steps_counters= ''scenario_steps_counters''表のの各行は、 ''scenario_name''フィールドで指定されたシナリオブロックが集約間隔中に特...")
(Created page with "{|border="1" style="border-collapse:collapse" cellpadding="5" |'''列名''' |'''データタイプ''' |'''内容''' |- |'''id''' |BINARY (16) |プライマリーキー |- |'''...")
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
''scenario_steps_counters''表のの各行は、 ''scenario_name''フィールドで指定されたシナリオブロックが集約間隔中に特定の結果で実行された回数をカウントします。
 
''scenario_steps_counters''表のの各行は、 ''scenario_name''フィールドで指定されたシナリオブロックが集約間隔中に特定の結果で実行された回数をカウントします。
  
An example of table content for the ''scenario_steps_counters'' table is shown.
+
''scenario_steps_counters'' 表の内容例は以下の通りです。
  
  
[[File:Scenario-step-counters.png|800px|thumbnail|center|Example of scenario_steps_counters table]]
+
[[File:Scenario-step-counters.png|800px|thumbnail|center|scenario_steps_counters 表の例]]
  
  
== Description of Data ==
+
== データの説明 ==
The following table offers the name (i.e., ID), data type (e.g., BIGINT, BINARY, BIT, DATETIME, ENUM, INT, VARCHAR, etc.), and description for each metric (i.e., column) of the ''scenario_steps_counters'' table.
+
次の表には、名前(IDなど)、データタイプ (BIGINT, BINARY, BIT, DATETIME, ENUM, INT, VARCHARなど)、  ''scenario_steps_counters'' 表の各メトリック(つまり、列)の説明が含まれます。
  
 
{|border="1" style="border-collapse:collapse" cellpadding="5"
 
{|border="1" style="border-collapse:collapse" cellpadding="5"
|'''Column Name'''
+
|'''列名'''
|'''Data Type'''
+
|'''データタイプ'''
|'''Description'''
+
|'''内容'''
 
|-
 
|-
 
|'''id'''
 
|'''id'''
 
|BINARY (16)
 
|BINARY (16)
|Primary key
+
|プライマリーキー
 
|-
 
|-
 
|'''agg_run_id'''
 
|'''agg_run_id'''
 
|BINARY (16)
 
|BINARY (16)
|Aggregator run that produced this record
+
|このレコードを生成したアグリゲーター実行
 
|-
 
|-
 
|'''start_time'''
 
|'''start_time'''
 
|DATETIME
 
|DATETIME
|Start time of the aggregation interval; time is given in Universal Coordinated Time (UTC)
+
|集約間隔の開始時刻;協定世界時 (UTC)に基づき表示されます。
 
|-
 
|-
 
|'''end_time'''
 
|'''end_time'''
 
|DATETIME
 
|DATETIME
|End time of the aggregation interval; time is given in Universal Coordinated Time (UTC)
+
|集約間隔の終了時刻;協定世界時 (UTC)に基づき表示されます。
 
|-
 
|-
 
|'''scenario_name'''
 
|'''scenario_name'''
 
|VARCHAR
 
|VARCHAR
|Name of the service as defined in configuration
+
|定義されているサービス名
 
|-
 
|-
 
|'''block_type'''
 
|'''block_type'''
 
|VARCHAR
 
|VARCHAR
|Type of scenario block
+
|シナリオブロックのタイプ
 
|-
 
|-
 
|'''block_title'''
 
|'''block_title'''
 
|VARCHAR
 
|VARCHAR
|Block title as defined in scenario
+
|シナリオに定義されている通りのブロックタイトル
 
|-
 
|-
 
|'''exit_id'''
 
|'''exit_id'''
 
|VARCHAR
 
|VARCHAR
|Block exit identifier
+
|ブロック出口の識別子
 
|-
 
|-
 
|'''caller_disconnect'''
 
|'''caller_disconnect'''
 
|BIT
 
|BIT
|TRUE if the interaction was disconnected by the remote party while this block was executed
+
|このブロックの実行中に対話が相手によって終了された場合はTRUE
 
|-
 
|-
 
|'''num_steps'''
 
|'''num_steps'''
 
|BIGINT
 
|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)
+
|block_titleフィールドで指定されたブロックが特定の結果で終了した回数( ''exit_id''フィールドで指定された結果、または ''caller_disconnect''フィールドで示されるように発信側によって放棄された結果)
 
|}
 
|}

Latest revision as of 15:59, 14 September 2019

• 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 表の各メトリック(つまり、列)の説明が含まれます。

列名 データタイプ 内容
id BINARY (16) プライマリーキー
agg_run_id BINARY (16) このレコードを生成したアグリゲーター実行
start_time DATETIME 集約間隔の開始時刻;協定世界時 (UTC)に基づき表示されます。
end_time DATETIME 集約間隔の終了時刻;協定世界時 (UTC)に基づき表示されます。
scenario_name VARCHAR 定義されているサービス名
block_type VARCHAR シナリオブロックのタイプ
block_title VARCHAR シナリオに定義されている通りのブロックタイトル
exit_id VARCHAR ブロック出口の識別子
caller_disconnect BIT このブロックの実行中に対話が相手によって終了された場合はTRUE
num_steps BIGINT block_titleフィールドで指定されたブロックが特定の結果で終了した回数( exit_idフィールドで指定された結果、または caller_disconnectフィールドで示されるように発信側によって放棄された結果)
< 前へ | 次へ >