mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: chatd refactor (#26270)
Implements the chatd stabilization RFC. Combines: - https://github.com/coder/coder/pull/25908 - https://github.com/coder/coder/pull/25923 - https://github.com/coder/coder/pull/26109 - https://github.com/coder/coder/pull/26110 - https://github.com/coder/coder/pull/26111 - https://github.com/coder/coder/pull/26112
This commit is contained in:
@@ -250,21 +250,9 @@ coderd_chatd_steps_total{provider="",model=""} 0
|
||||
# HELP coderd_chatd_stream_buffer_dropped_total Number of chat stream buffer events dropped due to the per-chat buffer cap.
|
||||
# TYPE coderd_chatd_stream_buffer_dropped_total counter
|
||||
coderd_chatd_stream_buffer_dropped_total 0
|
||||
# HELP coderd_chatd_stream_buffer_events Sum of current buffer lengths across all chat streams.
|
||||
# TYPE coderd_chatd_stream_buffer_events gauge
|
||||
coderd_chatd_stream_buffer_events 0
|
||||
# HELP coderd_chatd_stream_buffer_size_max Maximum current buffer length across all chat streams.
|
||||
# TYPE coderd_chatd_stream_buffer_size_max gauge
|
||||
coderd_chatd_stream_buffer_size_max 0
|
||||
# HELP coderd_chatd_stream_retries_total Total LLM stream retries.
|
||||
# TYPE coderd_chatd_stream_retries_total counter
|
||||
coderd_chatd_stream_retries_total{provider="",model="",kind="",chain_broken=""} 0
|
||||
# HELP coderd_chatd_stream_subscribers Current number of chat stream subscribers across all chat streams.
|
||||
# TYPE coderd_chatd_stream_subscribers gauge
|
||||
coderd_chatd_stream_subscribers 0
|
||||
# HELP coderd_chatd_streams_active Current number of chat stream state entries (in-flight plus retained).
|
||||
# TYPE coderd_chatd_streams_active gauge
|
||||
coderd_chatd_streams_active 0
|
||||
# HELP coderd_chatd_tool_errors_total Total tool calls that returned an error result.
|
||||
# TYPE coderd_chatd_tool_errors_total counter
|
||||
coderd_chatd_tool_errors_total{provider="",model="",tool_name=""} 0
|
||||
|
||||
Reference in New Issue
Block a user