You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
TelemetryService sends messages but they do not appear in Snowflake's logs
SNOW-1738854: TelemetryService sends messages but they do not appear in Snowflake's logs
Oct 15, 2024
@illegalnumbers The TelemetryService and TelemetryClient classes are intended for internal use only by the JDBC driver. I'm assuming you were checking the telemetry table/view mentioned here. That's only relevant if you were using the observability feature mentioned here. If you didn't define an event table, then the telemetry table referenced in the first link is going to be your default one.
tldr, the client that i am using is not on a udf so it will never report anything even though the response from the client is 'true'. the recommendation was not to do this and not to use these internal classes.
from the docs provided You can log messages (such as warning or error messages) from a stored procedure, UDF, or UDTF, including those you write [using Snowpark APIs](https://docs.snowflake.com/developer-guide/snowpark/index).
Please answer these questions before submitting your issue.
In order to accurately debug the issue this information is required. Thanks!
What version of JDBC driver are you using?
3.19.0
What operating system and processor architecture are you using?
alpine x64
What version of Java are you using?
17
What did you do?
Sending a message using the logging for the telemetry service results in a
true
response from theFuture
but no message in in my Snowflake account.My message format is as follows
this gets a
telemetrySuccess
response oftrue
but I dont see anything in my accountnot immediately
The text was updated successfully, but these errors were encountered: