Web exporter metric definition file (metrics_web_exporter.conf)
- Organization of this page
Format
See Format in Node exporter metric definition file (metrics_node_exporter.conf).
File
metrics_web_exporter.conf
metrics_web_exporter.conf.model (model file)
Storage directory
■Integrated manager host
- In Windows:
-
-
For a physical host
Manager-path\conf\imdd\plugin\jp1pccs\
-
For a logical host
shared-folder\jp1imm\conf\imdd\plugin\jp1pccs\
-
- In Linux:
-
-
For a physical host
/etc/opt/jp1imm/conf/imdd/plugin/jp1pccs/
-
For a logical host
shared-directory/jp1imm/conf/imdd/plugin/jp1pccs/
-
Description
This file defines the metric information of Web exporter displayed on the Trends tab, Dashboard tab, and Dashboard List dialog box of the Integrated Operation Viewer window.
The defined contents are used for the return values of __metricListGet method and __timeSeriesDataGet method of the JP1/IM - Agent product plug-in.
If JP1/IM - Manager is in a hierarchical configuration and you want to refer to trend data stored in Trend data Management Database of lower manager from Integrated manager, you must add trend data metrics that you want to refer to metric definition file of Integrated manager.
Character code
UTF-8 (without BOM)
Line feed code
In Windows: CR+LF
In Linux: LF
When the definitions are applied
Definitions are reflected when the metric information is obtained on the Trends tab, Dashboard tab, and Dashboard List dialog box of the Integrated Operation Viewer window, or with the REST API.
Information that is specified
See Information that is specified in Node exporter metric definition file (metrics_node_exporter.conf).
Model file settings (initial status)
The settings (initial status) of each metric described in the model file of the Web exporter metric definition file are shown below.
-
probe_webscena_success#
■ (initial status)
Member name
Settings (initial status)
name
probe_webscena_success
default
true
The promql for metric definition File (including $jp1im_TrendData_labels)
probe_webscena_success and $jp1im_TrendData_labels
resource_en
category
probe
label
Probe success or failure
description
Displays whether the probe was successful.
0: failure
1: success
unit
-
resource_ja
category
probe
label
プローブ成否
description
プローブが成功したかどうかを表示します。
0:失敗
1:成功
unit
-
- #
-
Equivalent to the PI_IES record Result Code field in JP1/Performance Management - Agent Option for Service Response (hereafter referred to as JP1/PFM - Agent for Service Response).
-
probe_webscena_duration_seconds#
■ (initial status)
Member name
Settings (initial status)
name
probe_webscena_duration_seconds
default
true
The promql for metric definition File (including $jp1im_TrendData_labels)
probe_webscena_duration_seconds and $jp1im_TrendData_labels
resource_en
category
probe
label
Period (in seconds) taken by the web scenario probe
description
Returns the period (in seconds) taken by the web scenario probe
unit
second
resource_ja
category
probe
label
Webシナリオ実行時間
description
Webシナリオの実行にかかった秒数を返します。
unit
秒
- #
-
Equivalent to the PI_IES record TOTAL_RPLY_TIME field in JP1/PFM - Agent for Service Response.