Skip to content

Commit db5f206

Browse files
committed
fix ms
1 parent 74df6d1 commit db5f206

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

warpstream/metadata.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ warpstream.agent_segment_batcher_flush_total_duration,gauge,,second,,"total time
8686
warpstream.agent_segment_batcher_flush_write_to_duration,gauge,,second,,"time to upload a new file to object storage",-1,warpstream,agent_segment_batcher_flush_write_to_duration,
8787
warpstream.blob_store_get_stream_range_num_bytes_distribution,gauge,,byte,,"latency of the number of bytes read from object storage when reading ranges from a stream",0,warpstream,blob_store_get_stream_range_num_bytes_distribution,
8888
warpstream.blob_store_operation_latency,gauge,,second,,"distribution of the latency of requests to object storage, tagged by 'operation'",-1,warpstream,blob_store_operation_latency,
89-
warpstream.build_age_unix_ms,gauge,,ms,,"time since the Warpstream Agent binary was built",1,warpstream,build_age_unix_ms,
89+
warpstream.build_age_unix_ms,gauge,, millisecond,,"time since the Warpstream Agent binary was built",1,warpstream,build_age_unix_ms,
9090
warpstream.circuit_breaker_count,count,,,,"incremented every time every time a circuit breaker state changes, tagged by 'name' and 'state'",1,warpstream,circuit_breaker_count,
9191
warpstream.circuit_breaker_hits,count,,,,"incremented every time a circuit breaker records a success or a failure, tagged by 'name' and 'outcome'",1,warpstream,circuit_breaker_hits,
9292
warpstream.circuit_breaker_permit,count,,,,"incremented every time the Warpstream Agent tried to get a permit from a circuit breaker, tagged by 'name' and 'outcome'",1,warpstream,circuit_breaker_permit,
@@ -104,7 +104,7 @@ warpstream.cpu_utilization_os,gauge,,percent,,"current process's CPU utilization
104104
warpstream.diagnostic_status,gauge,,,,"diagnostic status, tabbed by 'diagnostic_name', 'diagnostic_type', 'successful' and 'muted'",0,warpstream,diagnostic_status,
105105
warpstream.error_count,count,,,,"number of error logs",0,warpstream,error_count,
106106
warpstream.fast_retrier_execution,count,,,,"number of times the fast retrier was used",1,warpstream,fast_retrier_execution,
107-
warpstream.fast_retrier_p99_ms,gauge,,ms,,"p99 latency tracked by a fast retrier",-1,warpstream,fast_retrier_p99_ms,
107+
warpstream.fast_retrier_p99_ms,gauge,, millisecond,,"p99 latency tracked by a fast retrier",-1,warpstream,fast_retrier_p99_ms,
108108
warpstream.fast_retrier_speculative_retry,count,,,,"number of times a fast retrier interrupted an ongoing request to retry it faster",1,warpstream,fast_retrier_speculative_retry,
109109
warpstream.file_cache_batcher_batches_count,count,,,,"number of batches to the file cache",1,warpstream,file_cache_batcher_batches_count,
110110
warpstream.file_cache_batcher_batches_distribution,gauge,,,,"distribution of the number of batches to the file cache",0,warpstream,file_cache_batcher_batches_distribution,

0 commit comments

Comments
 (0)