Monitor instance performance in the TSDB console
The Lindorm Time Series Database (TSDB) console provides three built-in performance metrics to help you identify issues before they affect your workload:
Data points written per second — tracks your write throughput in real time
Number of time series — shows the cardinality of your data model
Disk usage — monitors storage consumption
The steps for viewing each metric are identical. This topic uses data points written per second as the example.
View instance monitoring metrics
Log in to the TSDB console and go to the Instances page.
Find the instance you want to monitor and click Monitor in the Actions column.
In the upper-right corner of the Instance Monitoring page, select a time range from the Recent drop-down list. Available time ranges: 1 Hour, 6 Hours, 1 Day, 7 Days, 14 Days.
Read the metric chart. The x-axis represents time, and the y-axis represents the metric value. Hover over any point on the chart to see the exact value at that time.
Understand the baseline write rate
Even when your application is not writing data, the monitoring chart typically shows around 0.1 data points per second. This is expected behavior — TSDB automatically performs health checks for read and write operations every 10 seconds by writing a test data point to your instance. This background activity does not affect your data or workload.