Skip to main content
Version: NG-2.16

IBM webMethods

Introduction

IBM webMethods O11ySource enables monitoring of IBM webMethods Integration Server and API Gateway by collecting key JVM, thread pool, connection pool, broker queue, service execution, REST API, API traffic, backend latency, policy enforcement, and operational log metrics. It provides visibility into application availability, performance bottlenecks, resource utilization, API health, transaction failures, and operational issues from a centralized vuSmartMaps dashboard for business-critical IBM webMethods environments.

Getting Started

Compatibility

The IBM webMethods O11ySource supports and was tested with IBM webMethods 10.15.0.2.

Data Collection Method

vuSmartMaps collects IBM webMethods metrics by using Internal data collector . Logs are collected by vuLogAgent on AIX.

Prerequisites

Dependent Configuration

To configure this O11ySource, create a 'credential' of type user, user and user under the 'Definition' tab.

Inputs for Configuring Data Source

  • Target / FQDN: Enter the IBM webMethods target host or FQDN. This value is also used as the target lookup field for both metrics and logs.
  • Collection Period [in seconds]: How frequently Telegraf collects IBM webMethods metrics. Use 10 seconds or higher.
  • Jolokia / JMX Configuration: Connection details for the Jolokia endpoint attached to the Integration Server JVM.
  • Jolokia URL: Enter the Jolokia base URL without the port. Example: http://wm-host or https://wm-host.
  • Jolokia Port: Port exposed by the Jolokia JVM agent on the Integration Server host.
  • **Jolokia Credential **: Optional credential for protected Jolokia endpoints.
  • Integration Server REST API Configuration: Connection details for the Integration Server statistics endpoint.
  • REST Statistics URL: Enter the Integration Server base URL without the port. Example: http://wm-host or https://wm-host.
  • Integration Server Port: Port used by the Integration Server REST statistics endpoint.
  • Integration Server Credential: Optional credential for the Integration Server REST statistics endpoint.
  • API Gateway Configuration: Connection details for API Gateway traffic, backend latency, and policy metrics.
  • API Gateway Metrics URL: Enter the API Gateway base URL without the port. Example: http://wm-host or https://wm-host.
  • API Gateway Port: Port used by the API Gateway analytics REST endpoints.
  • API Gateway Credential: Optional credential reused across API Gateway analytics endpoints.
  • Traffic Metrics Path: REST path for API Gateway traffic metrics.
  • Backend Latency Path: REST path for API Gateway backend latency metrics.
  • Policy Metrics Path: REST path for API Gateway policy metrics.
  • Log Path Configuration: Configure only the IBM webMethods log files you want to collect. Every log path below is optional.
  • Error Log Path: Enter a valid error.log. Example: /opt/softwareag/IntegrationServer/instances/default/logs/error.log
  • Server Log Path: Enter a valid server.log. Example: /opt/softwareag/IntegrationServer/instances/default/logs/server.log
  • Audit Log Path: Enter a valid audit.log. Example: /opt/softwareag/IntegrationServer/instances/default/logs/audit.log
  • API Gateway Log Path: Enter a valid apigateway.log. Example: /opt/softwareag/IntegrationServer/instances/default/logs/APIGateway/apigateway.log
  • Metrics Log Path: Enter a valid metrics.log. Example: /opt/softwareag/IntegrationServer/instances/default/logs/APIGateway/metrics.log
  • Transaction Log Path: Enter a valid transaction.log. Example:/opt/softwareag/IntegrationServer/instances/default/logs/APIGateway/transaction.log

Firewall Requirement

To collect data from this O11ySource, ensure the following ports are opened:

Source IPDestination IPDestination PortProtocolDirection
vuSmartMaps IPIP address of the IBM webMethods Integration Server / API Gateway server8778*, 5555* / 5543*, 9072* / 9073*TCPOutbound
IP address of the IBM webMethods servervuSmartMaps Kafka Broker IP9092*TCPInbound

*Before providing the firewall requirements, please update the port based on the customer environment.

Configuring the Target

Configure Metrics Collection Target Metrics from IBM webMethods are collected from Jolokia and REST endpoints exposed by Integration Server and API Gateway.

  1. Attach Jolokia 2.6.0+ to the Integration Server JVM:
-javaagent:/opt/jolokia/jolokia-agent-jvm-2.6.0-javaagent.jar=port=8778,host=0.0.0.0
  1. Validate Jolokia access:
curl http://<TARGET>:8778/jolokia/version
  1. Enable Integration Server service statistics (watt.server.stats.enable=true) and validate:
curl -u <USER>:<PASSWORD> http://<TARGET>:5555/rest/statistics
  1. Enable API Gateway transaction logging and validate traffic, backend, and policy endpoints:
curl -u <USER>:<PASSWORD> http://<TARGET>:9072/rest/apigateway/analytics/metrics
curl -u <USER>:<PASSWORD> http://<TARGET>:9072/rest/apigateway/analytics/metrics/backend
curl -u <USER>:<PASSWORD> http://<TARGET>:9072/rest/apigateway/analytics/metrics/policy

Configure Logs Collection Target All six log path fields are optional. Configure only the files present on the target host.

<IS_HOME>/instances/default/logs/error.log
<IS_HOME>/instances/default/logs/server.log
<IS_HOME>/instances/default/logs/audit.log
<IS_HOME>/instances/default/logs/metrics.log
<IS_HOME>/instances/default/logs/transaction.log
<IS_HOME>/instances/default/logs/APIGateway/apigateway.log

Ensure the collector service account has read access. Enable multiline handling for error.log stack traces.

Configuration Steps

  • Enable the O11ySource.
  • Select the sources tab and press the + button to add a new instance that has to be monitored.
  • Provide the required metric configurations:
  • *Target / FQDN
  • *Collection Period [in seconds]
  • *Jolokia URL
  • *Jolokia Port
  • *Jolokia Credential (Optional)
  • *REST Statistics URL
  • *Integration Server Port
  • *Integration Server Credential (Optional)
  • *API Gateway Metrics URL
  • *API Gateway Port
  • *API Gateway Credential (Optional)
  • *Traffic Metrics Path
  • *Backend Latency Path
  • *Policy Metrics Path
  • Provide log path values only for the files that need to be collected. All log path fields are optional:
  • *Error Log Path
  • *Server Log Path
  • *Audit Log Path
  • *API Gateway Log Path
  • *Metrics Log Path
  • *Transaction Log Path
  • Click Save to close the data source window.

Metrics Collected

NameDescriptionData Type
TimestampTimestamp of the record with millisecond precision.DateTime64(3)
NameName collected from IBM webMethods metrics ingestion.LowCardinality(String)
TypeType collected from IBM webMethods metrics ingestion.LowCardinality(String)
HostHost or FQDN associated with the IBM webMethods target.LowCardinality(String)
Source IdUnique source identifier assigned by the ingestion configuration.LowCardinality(String)
TargetTarget lookup field used to identify the IBM webMethods instance being monitored.LowCardinality(String)
DatacenterDatacenter collected from IBM webMethods metrics ingestion.LowCardinality(String)
O11y SourceO11y Source collected from IBM webMethods metrics ingestion.LowCardinality(String)
Kafka TopicKafka Topic collected from IBM webMethods metrics ingestion.LowCardinality(String)
Message KeyMessage Key collected from IBM webMethods metrics ingestion.String
Jolokia Agent URLJolokia Agent URL collected from IBM webMethods metrics ingestion.String
ComponentComponent collected from IBM webMethods metrics ingestion.LowCardinality(String)
PluginPlugin collected from IBM webMethods metrics ingestion.LowCardinality(String)
Metric TypeMetric Type collected from IBM webMethods metrics ingestion.LowCardinality(String)
HTTP MethodHTTP method parsed from API Gateway access logs.LowCardinality(String)
Status CodeStatus Code collected from IBM webMethods metrics ingestion.UInt64
Processing TimeProcessing Time collected from IBM webMethods metrics ingestion.Float64
URLURL collected from IBM webMethods metrics ingestion.String
VersionVersion collected from IBM webMethods metrics ingestion.String
Go VersionGo Version collected from IBM webMethods metrics ingestion.String
PackagePackage collected from IBM webMethods metrics ingestion.LowCardinality(String)
ServiceService collected from IBM webMethods metrics ingestion.LowCardinality(String)
InputInput collected from IBM webMethods metrics ingestion.LowCardinality(String)
OutputOutput collected from IBM webMethods metrics ingestion.LowCardinality(String)
Heap Memory Usage CommittedHeap Memory Usage Committed reported by the JVM memory MBean.Float64
Heap Memory Usage InitHeap Memory Usage Init reported by the JVM memory MBean.Float64
Heap Memory Usage MaxHeap Memory Usage Max reported by the JVM memory MBean.Float64
Heap Memory Usage UsedHeap Memory Usage Used reported by the JVM memory MBean.Float64
Non Heap Memory Usage CommittedNon Heap Memory Usage Committed reported by the JVM memory MBean.Float64
Non Heap Memory Usage InitNon Heap Memory Usage Init reported by the JVM memory MBean.Float64
Non Heap Memory Usage MaxNon Heap Memory Usage Max reported by the JVM memory MBean.Float64
Non Heap Memory Usage UsedNon Heap Memory Usage Used reported by the JVM memory MBean.Float64
Free Physical Memory SizeFree Physical Memory Size collected from IBM webMethods metrics ingestion.UInt64
Open File Descriptor CountOpen File Descriptor Count collected from IBM webMethods metrics ingestion.UInt64
Process CPU LoadProcess CPU Load collected from IBM webMethods metrics ingestion.Float64
System CPU LoadSystem CPU Load collected from IBM webMethods metrics ingestion.Float64
Daemon Thread CountDaemon Thread Count collected from IBM webMethods metrics ingestion.UInt64
Peak Thread CountPeak Thread Count collected from IBM webMethods metrics ingestion.UInt64
Thread CountThread Count collected from IBM webMethods metrics ingestion.UInt64
Total Started Thread CountTotal Started Thread Count collected from IBM webMethods metrics ingestion.UInt64
Collection CountCollection Count collected from IBM webMethods metrics ingestion.UInt64
Collection TimeCollection Time collected from IBM webMethods metrics ingestion.UInt64
Available Thread CountAvailable Thread Count collected from IBM webMethods metrics ingestion.UInt64
Current Thread CountCurrent Thread Count collected from IBM webMethods metrics ingestion.UInt64
Max Thread CountMax Thread Count collected from IBM webMethods metrics ingestion.UInt64
Min Thread CountMin Thread Count collected from IBM webMethods metrics ingestion.UInt64
Queue SizeQueue Size collected from IBM webMethods metrics ingestion.UInt64
Active ConnectionsActive Connections collected from IBM webMethods metrics ingestion.UInt64
Failed ConnectionsFailed Connections collected from IBM webMethods metrics ingestion.UInt64
Idle ConnectionsIdle Connections collected from IBM webMethods metrics ingestion.UInt64
Max ConnectionsMax Connections collected from IBM webMethods metrics ingestion.UInt64
Waiting RequestsWaiting Requests collected from IBM webMethods metrics ingestion.UInt64
Consumer CountConsumer Count collected from IBM webMethods metrics ingestion.UInt64
DepthDepth collected from IBM webMethods metrics ingestion.UInt64
Dequeue CountDequeue Count collected from IBM webMethods metrics ingestion.UInt64
Enqueue CountEnqueue Count collected from IBM webMethods metrics ingestion.UInt64
Message RateMessage Rate collected from IBM webMethods metrics ingestion.UInt64
Producer CountProducer Count collected from IBM webMethods metrics ingestion.UInt64
Error CountError Count collected from IBM webMethods metrics ingestion.UInt64
Execution CountExecution Count collected from IBM webMethods metrics ingestion.UInt64
Last Execution TimeLast Execution Time collected from IBM webMethods metrics ingestion.UInt64
Next Execution TimeNext Execution Time collected from IBM webMethods metrics ingestion.UInt64
Average Execution TimeAverage Execution Time collected from IBM webMethods metrics ingestion.UInt64
Total Execution TimeTotal Execution Time collected from IBM webMethods metrics ingestion.UInt64
Broker Dead Letter Queue DepthBroker Dead Letter Queue Depth collected from IBM webMethods broker queue summaries.UInt64
Broker Notification Queue ConsumersBroker Notification Queue Consumers collected from IBM webMethods broker queue summaries.UInt64
Broker Notification Queue DepthBroker Notification Queue Depth collected from IBM webMethods broker queue summaries.UInt64
Broker Order Processing Queue ConsumersBroker Order Processing Queue Consumers collected from IBM webMethods broker queue summaries.UInt64
Broker Order Processing Queue DepthBroker Order Processing Queue Depth collected from IBM webMethods broker queue summaries.UInt64
Broker Order Processing Queue Message RateBroker Order Processing Queue Message Rate collected from IBM webMethods broker queue summaries.UInt64
HTTP Payment Gateway Active ConnectionsHTTP Payment Gateway Active Connections collected from IBM webMethods connection pool statistics.UInt64
HTTP Payment Gateway Idle ConnectionsHTTP Payment Gateway Idle Connections collected from IBM webMethods connection pool statistics.UInt64
HTTP Payment Gateway Max ConnectionsHTTP Payment Gateway Max Connections collected from IBM webMethods connection pool statistics.UInt64
JDBC Customer DB Active ConnectionsJDBC Customer DB Active Connections collected from IBM webMethods connection pool statistics.UInt64
JDBC Customer DB Failed ConnectionsJDBC Customer DB Failed Connections collected from IBM webMethods connection pool statistics.UInt64
JDBC Customer DB Idle ConnectionsJDBC Customer DB Idle Connections collected from IBM webMethods connection pool statistics.UInt64
JDBC Customer DB Max ConnectionsJDBC Customer DB Max Connections collected from IBM webMethods connection pool statistics.UInt64
JDBC Order DB Active ConnectionsJDBC Order DB Active Connections collected from IBM webMethods connection pool statistics.UInt64
JDBC Order DB Failed ConnectionsJDBC Order DB Failed Connections collected from IBM webMethods connection pool statistics.UInt64
JDBC Order DB Idle ConnectionsJDBC Order DB Idle Connections collected from IBM webMethods connection pool statistics.UInt64
JDBC Order DB Max ConnectionsJDBC Order DB Max Connections collected from IBM webMethods connection pool statistics.UInt64
JMS Notification Topic Active ConnectionsJMS Notification Topic Active Connections collected from IBM webMethods connection pool statistics.UInt64
JMS Notification Topic Idle ConnectionsJMS Notification Topic Idle Connections collected from IBM webMethods connection pool statistics.UInt64
JMS Order Queue Active ConnectionsJMS Order Queue Active Connections collected from IBM webMethods connection pool statistics.UInt64
JMS Order Queue Idle ConnectionsJMS Order Queue Idle Connections collected from IBM webMethods connection pool statistics.UInt64
JMS Order Queue Max ConnectionsJMS Order Queue Max Connections collected from IBM webMethods connection pool statistics.UInt64
Scheduled Task Daily Order Reconciliation Error CountScheduled Task Daily Order Reconciliation Error Count collected from IBM webMethods scheduled task statistics.UInt64
Scheduled Task Daily Order Reconciliation Execution CountScheduled Task Daily Order Reconciliation Execution Count collected from IBM webMethods scheduled task statistics.UInt64
Scheduled Task Hourly Inventory Sync Error CountScheduled Task Hourly Inventory Sync Error Count collected from IBM webMethods scheduled task statistics.UInt64
Scheduled Task Hourly Inventory Sync Execution CountScheduled Task Hourly Inventory Sync Execution Count collected from IBM webMethods scheduled task statistics.UInt64
Service Check Stock Avg Execution Time MsService Check Stock Avg Execution Time Ms collected from IBM webMethods service execution statistics.UInt64
Service Check Stock Error CountService Check Stock Error Count collected from IBM webMethods service execution statistics.UInt64
Service Check Stock Execution CountService Check Stock Execution Count collected from IBM webMethods service execution statistics.UInt64
Service Get Customer Avg Execution Time MsService Get Customer Avg Execution Time Ms collected from IBM webMethods service execution statistics.UInt64
Service Get Customer Error CountService Get Customer Error Count collected from IBM webMethods service execution statistics.UInt64
Service Get Customer Execution CountService Get Customer Execution Count collected from IBM webMethods service execution statistics.UInt64
Service Process Order Avg Execution Time MsService Process Order Avg Execution Time Ms collected from IBM webMethods service execution statistics.UInt64
Service Process Order Error CountService Process Order Error Count collected from IBM webMethods service execution statistics.UInt64
Service Process Order Execution CountService Process Order Execution Count collected from IBM webMethods service execution statistics.UInt64
Thread Pool Active ThreadsThread Pool Active Threads collected from IBM webMethods thread pool summaries.UInt64
Thread Pool Available ThreadsThread Pool Available Threads collected from IBM webMethods thread pool summaries.UInt64
Thread Pool Max ThreadsThread Pool Max Threads collected from IBM webMethods thread pool summaries.UInt64
Thread Pool Min ThreadsThread Pool Min Threads collected from IBM webMethods thread pool summaries.UInt64
Thread Pool Queue DepthThread Pool Queue Depth collected from IBM webMethods thread pool summaries.UInt64
Customer API Error CountCustomer API Error Count collected for IBM webMethods API Gateway analytics.UInt64
Customer API Requests Per SecondCustomer API Requests Per Second collected for IBM webMethods API Gateway analytics.UInt64
Customer API Response Time Avg MsCustomer API Response Time Avg Ms collected for IBM webMethods API Gateway analytics.UInt64
Customer API Response Time P50 MsCustomer API Response Time P50 Ms collected for IBM webMethods API Gateway analytics.UInt64
Customer API Response Time P95 MsCustomer API Response Time P95 Ms collected for IBM webMethods API Gateway analytics.UInt64
Customer API Response Time P99 MsCustomer API Response Time P99 Ms collected for IBM webMethods API Gateway analytics.UInt64
Customer API Total RequestsCustomer API Total Requests collected for IBM webMethods API Gateway analytics.UInt64
Inventory API Error CountInventory API Error Count collected for IBM webMethods API Gateway analytics.UInt64
Inventory API Requests Per SecondInventory API Requests Per Second collected for IBM webMethods API Gateway analytics.UInt64
Inventory API Response Time Avg MsInventory API Response Time Avg Ms collected for IBM webMethods API Gateway analytics.UInt64
Inventory API Response Time P50 MsInventory API Response Time P50 Ms collected for IBM webMethods API Gateway analytics.UInt64
Inventory API Response Time P95 MsInventory API Response Time P95 Ms collected for IBM webMethods API Gateway analytics.UInt64
Inventory API Response Time P99 MsInventory API Response Time P99 Ms collected for IBM webMethods API Gateway analytics.UInt64
Inventory API Total RequestsInventory API Total Requests collected for IBM webMethods API Gateway analytics.UInt64
Order API Error CountOrder API Error Count collected for IBM webMethods API Gateway analytics.UInt64
Order API Requests Per SecondOrder API Requests Per Second collected for IBM webMethods API Gateway analytics.UInt64
Order API Response Time Avg MsOrder API Response Time Avg Ms collected for IBM webMethods API Gateway analytics.UInt64
Order API Response Time P50 MsOrder API Response Time P50 Ms collected for IBM webMethods API Gateway analytics.UInt64
Order API Response Time P95 MsOrder API Response Time P95 Ms collected for IBM webMethods API Gateway analytics.UInt64
Order API Response Time P99 MsOrder API Response Time P99 Ms collected for IBM webMethods API Gateway analytics.UInt64
Order API Total RequestsOrder API Total Requests collected for IBM webMethods API Gateway analytics.UInt64
Customer API Backend Avg Latency MsCustomer API Backend Avg Latency Ms collected for IBM webMethods API Gateway analytics.UInt64
Customer API Backend Connection Error CountCustomer API Backend Connection Error Count collected for IBM webMethods API Gateway analytics.UInt64
Customer API Backend P95 Latency MsCustomer API Backend P95 Latency Ms collected for IBM webMethods API Gateway analytics.UInt64
Customer API Backend P99 Latency MsCustomer API Backend P99 Latency Ms collected for IBM webMethods API Gateway analytics.UInt64
Customer API Backend Timeout CountCustomer API Backend Timeout Count collected for IBM webMethods API Gateway analytics.UInt64
Customer API Backend Total CallsCustomer API Backend Total Calls collected for IBM webMethods API Gateway analytics.UInt64
Inventory API Backend Avg Latency MsInventory API Backend Avg Latency Ms collected for IBM webMethods API Gateway analytics.UInt64
Inventory API Backend Connection Error CountInventory API Backend Connection Error Count collected for IBM webMethods API Gateway analytics.UInt64
Inventory API Backend P95 Latency MsInventory API Backend P95 Latency Ms collected for IBM webMethods API Gateway analytics.UInt64
Inventory API Backend P99 Latency MsInventory API Backend P99 Latency Ms collected for IBM webMethods API Gateway analytics.UInt64
Inventory API Backend Timeout CountInventory API Backend Timeout Count collected for IBM webMethods API Gateway analytics.UInt64
Inventory API Backend Total CallsInventory API Backend Total Calls collected for IBM webMethods API Gateway analytics.UInt64
Order API Backend Avg Latency MsOrder API Backend Avg Latency Ms collected for IBM webMethods API Gateway analytics.UInt64
Order API Backend Connection Error CountOrder API Backend Connection Error Count collected for IBM webMethods API Gateway analytics.UInt64
Order API Backend P95 Latency MsOrder API Backend P95 Latency Ms collected for IBM webMethods API Gateway analytics.UInt64
Order API Backend P99 Latency MsOrder API Backend P99 Latency Ms collected for IBM webMethods API Gateway analytics.UInt64
Order API Backend Timeout CountOrder API Backend Timeout Count collected for IBM webMethods API Gateway analytics.UInt64
Order API Backend Total CallsOrder API Backend Total Calls collected for IBM webMethods API Gateway analytics.UInt64
Customer API OAuth2 Auth FailuresCustomer API OAuth2 Auth Failures collected for IBM webMethods API Gateway analytics.UInt64
Customer API OAuth2 Expired TokensCustomer API OAuth2 Expired Tokens collected for IBM webMethods API Gateway analytics.UInt64
Customer API OAuth2 Invalid TokensCustomer API OAuth2 Invalid Tokens collected for IBM webMethods API Gateway analytics.UInt64
Customer API OAuth2 Successful AuthsCustomer API OAuth2 Successful Auths collected for IBM webMethods API Gateway analytics.UInt64
Inventory API Ipwhitelist Allowed RequestsInventory API Ipwhitelist Allowed Requests collected for IBM webMethods API Gateway analytics.UInt64
Inventory API Ipwhitelist Blocked RequestsInventory API Ipwhitelist Blocked Requests collected for IBM webMethods API Gateway analytics.UInt64
Order API JWT Auth FailuresOrder API JWT Auth Failures collected for IBM webMethods API Gateway analytics.UInt64
Order API JWT Expired TokensOrder API JWT Expired Tokens collected for IBM webMethods API Gateway analytics.UInt64
Order API JWT Invalid SignaturesOrder API JWT Invalid Signatures collected for IBM webMethods API Gateway analytics.UInt64
Order API JWT Successful AuthsOrder API JWT Successful Auths collected for IBM webMethods API Gateway analytics.UInt64
Order API Rate Limit Current RateOrder API Rate Limit Current Rate collected for IBM webMethods API Gateway analytics.UInt64
Order API Rate Limit Limit Per WindowOrder API Rate Limit Limit Per Window collected for IBM webMethods API Gateway analytics.UInt64
Order API Rate Limit Throttled RequestsOrder API Rate Limit Throttled Requests collected for IBM webMethods API Gateway analytics.UInt64
Gather ErrorsGather Errors collected from IBM webMethods metrics ingestion.UInt64
Gather TimeoutsGather Timeouts collected from IBM webMethods metrics ingestion.UInt64
Metrics DroppedMetrics Dropped collected from IBM webMethods metrics ingestion.UInt64
Metrics GatheredMetrics Gathered collected from IBM webMethods metrics ingestion.UInt64
Metrics WrittenMetrics Written collected from IBM webMethods metrics ingestion.UInt64
ErrorsErrors collected from IBM webMethods metrics ingestion.UInt64
Gather Time NsGather Time Ns collected from IBM webMethods metrics ingestion.UInt64
Metrics ParsedMetrics Parsed collected from IBM webMethods metrics ingestion.UInt64
Parse Time NsParse Time Ns collected from IBM webMethods metrics ingestion.UInt64
Bytes SerializedBytes Serialized collected from IBM webMethods metrics ingestion.UInt64
Metrics SerializedMetrics Serialized collected from IBM webMethods metrics ingestion.UInt64
Serialization Time NsSerialization Time Ns collected from IBM webMethods metrics ingestion.UInt64
Buffer LimitBuffer Limit collected from IBM webMethods metrics ingestion.UInt64
Buffer SizeBuffer Size collected from IBM webMethods metrics ingestion.UInt64
Metrics AddedMetrics Added collected from IBM webMethods metrics ingestion.UInt64
Metrics FilteredMetrics Filtered collected from IBM webMethods metrics ingestion.UInt64
Write Time NsWrite Time Ns collected from IBM webMethods metrics ingestion.UInt64
Raw MessageOriginal metric payload preserved for error handling.String
ErrorMetric parsing error message captured by the ClickHouse Kafka engine.String
FileSource log file name tracked by the log ingestion pipeline.String
OffsetFile offset tracked by the log ingestion pipeline.String
Vublock NameVublock Name collected from IBM webMethods log ingestion.LowCardinality(String)
HostHost or FQDN associated with the IBM webMethods target.LowCardinality(String)
Source IdUnique source identifier assigned by the ingestion configuration.LowCardinality(String)
TypeType collected from IBM webMethods log ingestion.LowCardinality(String)
MessageOriginal log message captured from the source file.String
TargetTarget lookup field used to identify the IBM webMethods instance being monitored.LowCardinality(String)
TimestampTimestamp of the record with millisecond precision.DateTime64(3)
Read TimestampRead timestamp captured before log normalization.String
Message KeyMessage Key collected from IBM webMethods log ingestion.LowCardinality(String)
Log LevelNormalized log severity parsed from the log entry.LowCardinality(String)
WM ComponentWM Component collected from IBM webMethods log ingestion.LowCardinality(String)
Event SubtypeNormalized subtype assigned during log parsing.LowCardinality(String)
Service NameService Name collected from IBM webMethods service execution statistics.String
Package NamePackage Name collected from IBM webMethods log ingestion.String
ResultResult collected from IBM webMethods log ingestion.LowCardinality(String)
Thread IdThread Id collected from IBM webMethods log ingestion.Int64
Execution Time MsExecution Time Ms collected from IBM webMethods log ingestion.Int64
SLA Threshold MsSLA Threshold Ms collected from IBM webMethods log ingestion.Int64
Java RuntimeJava Runtime collected from IBM webMethods log ingestion.String
DetailsDetails collected from IBM webMethods log ingestion.String
JDBC PoolJDBC Pool collected from IBM webMethods connection pool statistics.String
Active ConnectionsActive Connections collected from IBM webMethods log ingestion.Int64
Max ConnectionsMax Connections collected from IBM webMethods log ingestion.Int64
Waiting ConnectionsWaiting Connections collected from IBM webMethods log ingestion.Int64
Request IdRequest Id collected from IBM webMethods log ingestion.String
API NameAPI Name collected from IBM webMethods log ingestion.String
EndpointEndpoint collected from IBM webMethods log ingestion.String
HTTP MethodHTTP method parsed from API Gateway access logs.LowCardinality(String)
Client IPClient IP collected from IBM webMethods log ingestion.String
HTTP StatusHTTP status code parsed from API Gateway access logs.Int64
Response Time MsResponse Time Ms collected from IBM webMethods log ingestion.Int64
Bytes SentBytes Sent collected from IBM webMethods log ingestion.Int64
Audit UserAudit User collected from IBM webMethods log ingestion.String
Audit ActionAudit Action collected from IBM webMethods log ingestion.LowCardinality(String)
Audit StatusAudit Status collected from IBM webMethods log ingestion.LowCardinality(String)
Policy NamePolicy Name collected from IBM webMethods log ingestion.String
Failure ReasonFailure Reason collected from IBM webMethods log ingestion.String
Session IdSession Id collected from IBM webMethods log ingestion.Int64
Transaction IdTransaction Id collected from IBM webMethods log ingestion.String
Correlation IdCorrelation Id collected from IBM webMethods log ingestion.String
Transaction StatusTransaction Status collected from IBM webMethods log ingestion.LowCardinality(String)
Duration MsDuration Ms collected from IBM webMethods log ingestion.Int64
Error SummaryError Summary collected from IBM webMethods log ingestion.String
Stack TraceStack Trace collected from IBM webMethods log ingestion.String
Metric FamilyMetric Family collected from IBM webMethods log ingestion.LowCardinality(String)
Heap Used MBHeap Used MB collected from IBM webMethods log ingestion.Int64
Heap Max MBHeap Max MB collected from IBM webMethods log ingestion.Int64
Heap PctHeap Pct collected from IBM webMethods log ingestion.Int64
GC Pause MsGC Pause Ms collected from IBM webMethods log ingestion.Int64
Thread CountThread Count collected from IBM webMethods log ingestion.Int64
CPU PctCPU Pct collected from IBM webMethods log ingestion.Int64
Queue NameQueue Name collected from IBM webMethods log ingestion.String
Queue DepthQueue Depth collected from IBM webMethods log ingestion.Int64
Queue ConsumersQueue Consumers collected from IBM webMethods log ingestion.Int64
Queue Message RateQueue Message Rate collected from IBM webMethods log ingestion.Int64
RPSRPS collected from IBM webMethods log ingestion.Int64
Latency P50Latency P50 collected from IBM webMethods log ingestion.Int64
Latency P95Latency P95 collected from IBM webMethods log ingestion.Int64
Latency P99Latency P99 collected from IBM webMethods log ingestion.Int64
Error CountError Count collected from IBM webMethods log ingestion.Int64
Throttled CountThrottled Count collected from IBM webMethods log ingestion.Int64