Skip to content

Prometheus Metrics Migration

With the release of Teamscale 9.6, we reworked some of the metrics which can be exposed via the Prometheus Metrics Service.

  • teamscale_voting_time → voting_time_seconds
    • Unit changed: ms → seconds
  • cpu_logical_cores → cpu_core
  • cpu_load → cpu_load_ratio
  • ram_installed → ram
  • ram_usage → removed, calculate from ram_installed instead.
  • teamscale_precommit_latency_seconds → precommit_latency_seconds
  • teamscale_precommit_polling_total → precommit_polling
  • teamscale_precommit_open_tasks_total → precommit_open_tasks
  • teamscale_precommit_content_total → precommit_content
  • teamscale_precommit_unique_users_last_five_minutes_total → precommit_unique_users_last_five_minutes
  • store_open_total → store_open
  • store_operation_total → store_operation
  • store_operation_key_total → store_operation_key
  • workers_count → workers
  • workers_load → workers_load_ratio
  • worker_runtime → worker_runtime_seconds
    • Unit changed: ms → seconds
  • license_expires → license_days_left
  • teamscale_commit_analysis_time → commit_analysis_duration_seconds
    • Unit changed: ms → seconds
  • string_abbreviator_cache_hits, string_abbreviator_cache_misses → string_abbreviator_cache
  • string_abbreviator_cache_hit_percent → removed, calculate from string_abbreviator_cache instead.
  • string_abbreviator_cache_estimated_size → string_abbreviator_cache_size_bytes