weiwei-9527 commented on issue #8566:
URL: https://github.com/apache/skywalking/issues/8566#issuecomment-1331673284
@Superskyyy
It is normal without enabling the agent.
When I start with gunicorn, the debugging code and execution results are as
follows:
span.tag(TagDbType('mysql'))
print(this.connection.db)
print(type(this.connection.db))
#span.tag(TagDbInstance((this.connection.db or
b'').decode('utf-8')))
span.tag(TagDbStatement(query))
result:
b'self-healing'
<class 'bytes'>
self-healing
<class 'str'>
self-healing
<class 'str'>
self-healing
<class 'str'>
self-healing
<class 'str'>
self-healing
<class 'str'>
self-healing
<class 'str'>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]