You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: warpstream/metadata.csv
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ warpstream.agent_segment_batcher_flush_total_duration,gauge,,second,,"total time
86
86
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,
87
87
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,
88
88
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,
90
90
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,
91
91
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,
92
92
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
104
104
warpstream.diagnostic_status,gauge,,,,"diagnostic status, tabbed by 'diagnostic_name', 'diagnostic_type', 'successful' and 'muted'",0,warpstream,diagnostic_status,
105
105
warpstream.error_count,count,,,,"number of error logs",0,warpstream,error_count,
106
106
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,
108
108
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,
109
109
warpstream.file_cache_batcher_batches_count,count,,,,"number of batches to the file cache",1,warpstream,file_cache_batcher_batches_count,
110
110
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