TongWeb
Collect TongWeb service Metrics and send them to ONE to detect and analyze anomalies in your application server.
Prerequisites
- A working SmartGate Agent is already deployed in the environment.
- Network connectivity exists between the TongWeb instances and the ONE platform.
- Applicable to TongWeb 7.0.4.4 Enterprise and later.
Getting Started
ONE Platform Setup
- Navigate to Integrations → Plugins.Locate the TongWeb card and click Start Integration.
- Add a TongWeb component, choose the SmartGate that will scrape it, and fill in the connection settings displayed on the page.
- Save the job; it is created in the disabled state.
- Manually enable the job to begin processing.
Source Side Setup (JMX Exporter)
-
Download the latest jmx_prometheus_javaagent jar:
https://github.com/prometheus/jmx_exporter/releases
(Verified withjmx_prometheus_javaagent-1.0.1.jar) -
JMX Exporter offers two usage modes:
Stand-alone process: reads JVM data via RMI; however, this introduces extra overhead and reliability issues.
[Officially recommended] In-JVM agent: launch at JVM start-up by adding the agent to the -javaagent argument.
This guide uses the in-process (agent) approach.
Download URL: https://github.com/prometheus/jmx_exporter/releases/
The version validated here is:
jmx_prometheus_javaagent-1.0.1.jar
Configure Data Stream
- ONE provides an out-of-the-box default stream.
- You can also build a custom stream for advanced monitoring scenarios.
Verification
- Review registered Metrics under Insight → Data Model → Metrics.
- Explore live data under Insight → Data Explorer.