# tt_telemetry_collection_interval_seconds [<< Home](../index.md) | [<< Metrics](../metrics.md) ## Name ### Prometheus Metric Name ``` tt_telemetry_collection_interval_seconds ``` ### Metric Path (tt-telemetry) Schema: ``` {hostname}/telemetry/tt_telemetry_collection_interval_seconds ``` Example path: ``` bh-glx-c09u02/telemetry/tt_telemetry_collection_interval_seconds ``` ## Description The telemetry collection interval in seconds. This is the configured period between successive metric sampling cycles. This metric is set once at startup and does not change during runtime. ## Values **Type:** Unsigned Integer **Units:** Seconds **Allowable values:** A positive integer representing the collection interval. For example, `1` means metrics are sampled every second. ## Prometheus Labels |Label Name|Value| |---|---| |hostname|The host from which the metric was collected.| |hall|The datacenter hall where the host is located. Sourced from the Factory System Descriptor (FSD).| |aisle|The datacenter aisle where the host is located. Sourced from the Factory System Descriptor (FSD).| |rack|The rack number where the host is located. Sourced from the Factory System Descriptor (FSD).| |shelf_u|The shelf U position in the rack where the host is located. Sourced from the Factory System Descriptor (FSD).| |unit|The unit of measurement. Always `"s"` for this metric.|