get_telemetry_report()
View the background telemetry string sent to Timescale
Since 0.6.0
Returns the background telemetry string sent to Timescale.
If telemetry is turned off, it sends the string that would be sent if telemetry were enabled.
Samples
Section titled “Samples”View the telemetry report:
SELECT get_telemetry_report();Returns
Section titled “Returns”| Column | Type | Description |
|---|---|---|
| telemetry_report | JSONB | The telemetry report that is or would be sent to Timescale |