expand the declaration of pool.name
in the spec
#3038
Labels
area:semantic-conventions
Related to semantic conventions
semconv:database
spec:metrics
Related to the specification/metrics directory
In issue #2958 we talked about the lack of pool name in MySQL (JS) which can be used as the value for attribute
pool.name
.This led us to use another
pool.name
that is built from the data we have about the pool:host: localhost port: 3306 database: db_test user: root
.I think we should add it to the spec and declare that if the pool has no name in the DB we are working on, then it will be built like the format above.
The text was updated successfully, but these errors were encountered: