Skip to main content
Version: 5.4

Metrics

Service

ns=2;s=Metrics.Service – general information about the service (For example, ns=2;s=Metrics.Service.Escalationlevel, which can be interpreted using the ServiceHealthState enum documented below.)

Plug-ins

Metrics for all plug-ins under:

  1. ns=2;s=Metrics.PlugIns.<plugin-typ>.<plugin-name> – Plug-in information from the service. The status value included for each plug-in must be decoded using the StatusEnum described below. (Example: ns=2;s=Metrics.PlugIns.OPC-UA Server.inrayUA-Server.Status)
  2. ns=2;s=Metrics.<plugin-typ>_<plugin-name> – Plug-in information from the SDK (Example: ns=2;s=Metrics.UA.OPCUaConnectionManager.ConnectionState, which must be interpreted using the OpcConnectionState enum documented below)

Connections

ns=2;s=Metrics.ConnectionTransfer.Connections.<ordner-pfad punktsepariert="">.<verbindungsname> – Information about connection executions. CurrentState must be decoded using the ConnectionStatusEnum and TriggerState using the TriggerStatusEnum. (Example: ns=2;s=Metrics.ConnectionTransfer.Connections.New Folder.New Connection.CurrentState)

Enums

StatusEnum

NameValueDescription
Uninitialized0Not initialized
Initializing1Initialization in progress
Ok2OK / error-free state
Warning3Warning
Error4Error
Stopped5Stopped
NoLicense6No valid license

ConnectionStatusEnum

NameValueDescription
Null-1Returned from the view instead of NULL
StartUp0Startup phase
Validate1Validation
Ready2Ready for operation
TriggerCheckError3Error during trigger check
TriggerStatusError4Error in trigger status
TriggerConfigError5Error in trigger configuration
PlugInError6Plug-in error
NoLicense7No valid license
ShutDown8Shutting down
StandBy9Standby state

TriggerStatusEnum

NameValueDescription
None0No status set
Ok1Trigger successful
StatusError2Status error
CheckError3Check error
ConfigError4Incorrect configuration

ServiceHealthState

NameValueDescription
Undefined-2Undefined
Initialization-1Service unavailable
EscalationLevel00Normal operation (no messages are discarded)
Escalation Level 11Discard spam-like GOOD transmission values
Escalation Level 22Discard all GOOD transmission values
Escalation Level 33Discard all transmission values
Escalation Level 44Discard all messages with "Normal" priority

OpcConnectionState

NameValueDescription
Disconnected0Not connected
Connected1Connected
InvalidConfig2Invalid configuration