Skip to content
TimescaleDB - Timeseries database for PostgreSQL
  • Timescale.com
Install TimescaleDB
Getting started
TimescaleDB
API Reference
Hypertables & chunks
Distributed hypertables
Compression
Continuous aggregates
Data retention
Actions and automation
Hyperfunctions
Informational views
Configuration
Administration Functions
timescaledb_pre_restore
timescaledb_post_restore
get_telemetry_report
dump_meta_data
API Reference Tag Overview
Timescale Cloud
Managed Service for TimescaleDB
Promscale
Try for free
API ReferenceAdministration Functionsget_telemetry_report
Versions:

get_telemetry_report()

If background telemetry is enabled, returns the string sent to our servers. If telemetry is not enabled, outputs INFO message affirming telemetry is disabled and returns a NULL report.

Optional arguments

NameType
always_display_reportBOOLEAN

Sample usage

If telemetry is enabled, view the telemetry report.

SELECT get_telemetry_report();

If telemetry is disabled, view the telemetry report locally.

SELECT get_telemetry_report(always_display_report := true);

Found an issue on this page?

Report an issue!
Previoustimescaledb_post_restoreNextdump_meta_data

Related Content

Send data to Promscale
Send data to Promscale from Prometheus, OpenTelemetry and other tools
OpenTelemetry
Send OpenTelemetry data to Promscale
Jaeger
Jaeger to visualize data in Promscale
Application Performance Monitoring (APM)
APM experience within Grafana using dashboards with SQL queries on traces