We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It seems that if a SQL statement executes successfully and return with null the following error is seen in the logs:
Error setting metrics: Unhandled type %!s(<nil>)
This error is not that which is also easily fixed by doing a nil check on dataVal in set.go.
dataVal