Create Agent Monitoring Application¶
- Go to Agent Monitoring > Summary.
- Select the Agent tab.
- Click "Access Agent".
Integration Types¶
The following integration frameworks are currently supported:
OpenClaw Access Configuration¶
Step 1: Environment Requirements¶
OpenClaw must be installed.
Step 2: Enter Instance Name¶
Enter the instance name for this type. The instance name must be unique within the same type of Agent.
Step 3: Install the Latest Version of the Plugin¶
Copy and execute in the terminal or send directly to the Agent chat window:
curl -fsSL -o /tmp/openclaw-otel-plugin-install.sh \
https://static.truewatch.com/openclaw-otel-plugin/install.sh && \
OSS_ENDPOINT=https://static.truewatch.com \
bash /tmp/openclaw-otel-plugin-install.sh latest \
--type gtrace \
--endpoint https://openway.truewatch.com \
--x-token agent_b5787d****e5ff7de \
--tag agent_id=agent_0e880c****39cad \
--tag agent_name=xxx
Step 4: Verify Connection¶
After installation, execute:
Normally, you should see logs for [otel-plugin] metric export succeeded and [otel-plugin] trace export succeeded.
Update Plugin¶
To update the plugin, simply execute the installation command again.
Hermes Access Configuration¶
Step 1: Environment Requirements¶
Hermes must be installed.
Step 2: Enter Instance Name¶
Enter the instance name for this type. The instance name must be unique within the same type of Agent.
Step 3: Install the Latest Version of the Plugin¶
Copy and execute in the terminal or send directly to the Agent chat window:
curl -fsSL -o /tmp/hermes-otel-plugin-install.sh \
https://static.truewatch.com/hermes-otel-plugin/install.sh && \
OSS_ENDPOINT=https://static.truewatch.com \
bash /tmp/hermes-otel-plugin-install.sh latest \
--type gtrace \
--endpoint https://openway.truewatch.com \
--x-token agent_771461****9b86c0e \
--tag agent_id=agent_ac1f54****39cad \
--tag agent_name=xxx
Step 4: Verify Connection¶
After installation, execute:
Normally, you should see logs for [otel-plugin] metric export succeeded and [otel-plugin] trace export succeeded.
Update Plugin¶
To update the plugin, simply execute the installation command again.
Codex Access Configuration¶
Step 1: Environment Requirements¶
Codex must be installed.
Step 2: Enter Instance Name¶
Enter the instance name for this type. The instance name must be unique within the same type of Agent.
Step 3: Install the Latest Version of the Plugin¶
Copy and execute in the terminal or send directly to the Agent chat window:
curl -fsSL -o /tmp/codex-otel-plugin-install.sh \
https://static.truewatch.com/codex-otel-plugin/install.sh && \
OSS_ENDPOINT=https://static.truewatch.com \
bash /tmp/codex-otel-plugin-install.sh latest \
--type gtrace \
--endpoint https://openway.truewatch.com \
--x-token agent_d68b4c****a1925c \
--tag agent_id=agent_22244d****39cad \
--tag agent_name=xxx
Step 4: Verify Connection¶
After installation, execute:
Normally, you should see logs for [otel-plugin] metric export succeeded and [otel-plugin] trace export succeeded.
Update Plugin¶
To update the plugin, simply execute the installation command again.