Documentation ¶
Overview ¶
Package sqltrace implements utility types for tracing SQL queries.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLEvent ¶
SQLEvent is an SQL query event for use with appdash. It's primary function is to measure the time between when the query is sent and later received.
func (SQLEvent) End ¶
End implements the appdash TimespanEvent interface by returning the time at which the SQL query returned / was received.
func (SQLEvent) Important ¶
Important implements the appdash ImportantEvent by returning the SQL and Tag keys.
Click to show internal directories.
Click to hide internal directories.