Our spans all have db.operation.name="--" because our queries have comments in the beginning, I would expect the the actual operation to be listed instead.
an example of the span attributes
[
{
"value": "--",
"key": "db.operation.name"
},
{
"value": "-- name: GetFoo :one\nSELECT id FROM bar.foo WHERE id = $1",
"key": "db.query.text"
}
]