2026-06-15 17:01:30 +08:00
|
|
|
api:
|
|
|
|
|
addr: 127.0.0.1:9700
|
|
|
|
|
|
2026-06-11 16:56:09 +08:00
|
|
|
recorders:
|
|
|
|
|
- name: record-file
|
|
|
|
|
file:
|
2026-06-15 17:01:30 +08:00
|
|
|
path: /var/log/gost/record.log
|
2026-06-11 16:56:09 +08:00
|
|
|
sep: "\n"
|
2026-06-15 17:01:30 +08:00
|
|
|
- name: record-http-otel
|
|
|
|
|
http:
|
|
|
|
|
url: http://127.0.0.1:4318/gost/record
|
|
|
|
|
timeout: 10s
|
2026-06-22 09:38:54 +08:00
|
|
|
|
|
|
|
|
limiters:
|
|
|
|
|
- name: limiter-8m
|
|
|
|
|
limits:
|
|
|
|
|
- "$ 8m 8m"
|