Class SqlCommenterUtil
java.lang.Object
io.opentelemetry.instrumentation.api.incubator.semconv.db.internal.SqlCommenterUtil
This class is internal and experimental. Its APIs are unstable and can change at any time. Its
APIs (or a version of them) may be promoted to the public stable API in the future, but no
guarantees are made.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringprocessQuery(String query) Append comment containing tracing information at the end of the query.
-
Method Details
-
processQuery
Append comment containing tracing information at the end of the query. See sqlcommenter for the description of the algorithm.
-