Replies: 1 comment 1 reply
-
The link you provided talks about the name of the |
Beta Was this translation helpful? Give feedback.
-
The link you provided talks about the name of the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The specification for tracers suggests that the name uniquely identify the instrumentation library, for example, with names like
io.opentelemetry.contrib.mongodb
.Using
-javaagent:opentelemetry-javaagent.jar
with Spring Boot and viewing the data in SigNoz/Clickhouse, I'm however seeing names likeSELECT postgres.permission
.Is there some way to instead see a name more like
io.opentelemetry.contrib.postgres
ordb.postgres.select
? Ditto for HTTP requests: I can always look at thedb.statement
orhttp.route
for details on what got called, but there's no way for me to query "all the HTTP calls".Beta Was this translation helpful? Give feedback.
All reactions