mirror of
https://github.com/katanemo/plano.git
synced 2026-06-08 14:55:14 +02:00
add more granular bucket sizes for ttft (#343)
* add more granular bucket sizes for ttft
This commit is contained in:
parent
cd1b561192
commit
67b8fd635e
1 changed files with 26 additions and 0 deletions
|
|
@ -1,6 +1,32 @@
|
|||
admin:
|
||||
address:
|
||||
socket_address: { address: 0.0.0.0, port_value: 9901 }
|
||||
|
||||
stats_config:
|
||||
histogram_bucket_settings:
|
||||
match:
|
||||
exact: "wasmcustom.time_to_first_token"
|
||||
buckets:
|
||||
- 100
|
||||
- 500
|
||||
- 800
|
||||
- 1000
|
||||
- 1200
|
||||
- 1400
|
||||
- 1600
|
||||
- 1800
|
||||
- 2000
|
||||
- 2200
|
||||
- 2400
|
||||
- 3000
|
||||
- 3500
|
||||
- 4000
|
||||
- 4500
|
||||
- 5000
|
||||
- 6000
|
||||
- 10000
|
||||
- 60000
|
||||
- 180000
|
||||
static_resources:
|
||||
listeners:
|
||||
- name: arch_listener_http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue