This check monitors IBM Websphere Application Server (WAS) through the Datadog Agent. This check supports IBM WAS versions >= 8.5.5.
Follow the instructions below to install and configure this check for an Agent running on a host. For containerized environments, see the Autodiscovery Integration Templates for guidance on applying these instructions.
The IBM WAS Datadog integration collects enabled PMI Counters from the WebSphere Application Server environment. Setup requires enabling the PerfServlet, which provides a way for Datadog to retrieve performance data from WAS.
By default, this check collects JDBC, JVM, thread pool, and Servlet Session Manager metrics. You may optionally specify additional metrics to collect in the "custom_queries" section. See the sample check configuration for examples.
The IBM WAS check is included in the Datadog Agent package.
The servlet's .ear file (PerfServletApp.ear) is located in the <WAS_HOME>/installableApps
directory, where <WAS_HOME>
is the installation path for WebSphere Application Server.
The performance servlet is deployed exactly as any other servlet. Deploy the servlet on a single application server instance within the domain.
Note: Starting with version 6.1, you must enable application security to get the PerfServlet working.
By default, your application server is only configured for "Basic" monitoring. In order to gain complete visibility into your JVM, JDBC connections, and servlet connections, change the currently monitored statistic set for your application server from "Basic" to "All".
From the Websphere Administration Console, you can find this setting in Application servers > <YOUR_APP_SERVER> > Performance Monitoring Infrastructure (PMI)
.
Once you've made this change, click "Apply" to save the configuration and restart your application server. Additional JDBC, JVM, and servlet metrics should appear in Datadog shortly after this change.
Follow the instructions below to configure this check for an Agent running on a host. For containerized environments, see the Containerized section.
-
Edit the
ibm_was.d/conf.yaml
file, in theconf.d/
folder at the root of your Agent's configuration directory to collect your IBM WAS performance data. See the sample ibm_was.d/conf.yaml for all available configuration options.
Available for Agent versions >6.0
-
Collecting logs is disabled by default in the Datadog Agent, enable it in your
datadog.yaml
file:logs_enabled: true
-
Next, edit
ibm_was.d/conf.yaml
by uncommenting thelogs
lines at the bottom. Update the logspath
with the correct path to your WAS log files.logs: - type: file path: /opt/IBM/WebSphere/AppServer/profiles/InfoSphere/logs/server1/*.log source: ibm_was service: websphere
For containerized environments, see the Autodiscovery Integration Templates for guidance on applying the parameters below.
Parameter | Value |
---|---|
<INTEGRATION_NAME> |
ibm_was |
<INIT_CONFIG> |
blank or {} |
<INSTANCE_CONFIG> |
{"servlet_url": "http://%%host%%:%%port%%/wasPerfTool/servlet/perfservlet"} |
Available for Agent versions >6.0
Collecting logs is disabled by default in the Datadog Agent. To enable it, see Docker log collection.
Parameter | Value |
---|---|
<LOG_CONFIG> |
{"source": "ibm_was", "service": "<SERVICE_NAME>"} |
Run the Agent's status subcommand and look for ibm_was
under the Checks section.
See metadata.csv for a list of metrics provided by this check.
ibm_was.can_connect:
Returns CRITICAL
if the Agent cannot connect to the PerfServlet for any reason, otherwise returns OK
.
IBM WAS does not include any events.
Need help? Contact Datadog support.