Open
Description
Describe the bug
The value corresponding to the tag pool name is inconsistent with the docs.
Steps to reproduce
You can find it when the service is started.
Expected behavior
As shown in the documentation, the database pool name consists of server.address
, server.port
, and db.namespace
, for example: server.address:server.port/db.namespace
.
Actual behavior
The data I queried from prometheus is as follows:
Javaagent or library instrumentation version
v2.12.0, OpenTelemetry SDK 1.46.0.
Environment
JDK: Oracle JDK 1.8.0_341-b10;
OS: Centos 7.9
Additional context
No response