Skip to content
Snippets Groups Projects
  1. Jan 18, 2018
  2. Jan 17, 2018
  3. Jan 16, 2018
  4. Jan 15, 2018
    • Richard van der Hoff's avatar
      Metrics for events processed in appservice and fed sender · a027c2af
      Richard van der Hoff authored
      More metrics I wished I'd had
      a027c2af
    • Richard van der Hoff's avatar
      Metrics for number of RDATA commands received · 5c3c32f1
      Richard van der Hoff authored
      I found myself wishing we had this.
      5c3c32f1
    • Richard van der Hoff's avatar
      Reorganise request and block metrics · 39f4e29d
      Richard van der Hoff authored
      In order to circumvent the number of duplicate foo:count metrics increasing
      without bounds, it's time for a rearrangement.
      
      The following are all deprecated, and replaced with synapse_util_metrics_block_count:
        synapse_util_metrics_block_timer:count
        synapse_util_metrics_block_ru_utime:count
        synapse_util_metrics_block_ru_stime:count
        synapse_util_metrics_block_db_txn_count:count
        synapse_util_metrics_block_db_txn_duration:count
      
      The following are all deprecated, and replaced with synapse_http_server_response_count:
         synapse_http_server_requests
         synapse_http_server_response_time:count
         synapse_http_server_response_ru_utime:count
         synapse_http_server_response_ru_stime:count
         synapse_http_server_response_db_txn_count:count
         synapse_http_server_response_db_txn_duration:count
      
      The following are renamed (the old metrics are kept for now, but deprecated):
      
        synapse_util_metrics_block_timer:total ->
           synapse_util_metrics_block_time_seconds
      
        synapse_util_metrics_block_ru_utime:total ->
           synapse_util_metrics_block_ru_utime_seconds
      
        synapse_util_metrics_block_ru_stime:total ->
           synapse_util_metrics_block_ru_stime_seconds
      
        synapse_util_metrics_block_db_txn_count:total ->
           synapse_util_metrics_block_db_txn_count
      
        synapse_util_metrics_block_db_txn_duration:total ->
           synapse_util_metrics_block_db_txn_duration_seconds
      
        synapse_http_server_response_time:total ->
           synapse_http_server_response_time_seconds
      
        synapse_http_server_response_ru_utime:total ->
           synapse_http_server_response_ru_utime_seconds
      
        synapse_http_server_response_ru_stime:total ->
           synapse_http_server_response_ru_stime_seconds
      
         synapse_http_server_response_db_txn_count:total ->
            synapse_http_server_response_db_txn_count
      
         synapse_http_server_response_db_txn_duration:total
            synapse_http_server_response_db_txn_duration_seconds
      39f4e29d
    • Richard van der Hoff's avatar
    • Richard van der Hoff's avatar
      80fa610f
    • Richard van der Hoff's avatar
      Merge pull request #2778 from matrix-org/rav/counters_should_be_floats · 5e16c1dc
      Richard van der Hoff authored
      Make Counter render floats
      Unverified
      5e16c1dc
  5. Jan 12, 2018
Loading