| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
reintroduce metrics (#121) * Refactor telemetry metrics handling - Replaced telemetry package usage with new metrics package for better organization and clarity. - Updated various components to utilize the new metrics functions for counters, gauges, and handlers. - Removed obsolete telemetry collector and related tests to streamline the codebase. This change enhances the observability of the application by providing a more structured approach to metrics management. | 9 个月前 | |
adds rfc compliant http1 parser (#132) Our original goal of the http1 parser was to offload as much as possible to the Go standard library. Unfortunately, this was rather difficult to do because the std lib http package is designed around being a consumer or producer of http messages. This means it does makes some changes to wire traffic that work for it. While most of these changes were fine, a few were problematic when it came to a out-of-band observability use case. It also became difficult to handle traffic that was unhealthy, which we still wanted for observability purposes but had to hack around to get pass validity checks within the standard library. This PR introduces a new HTTP1.0 and HTTP1.1 parser. I designed it following the previous parsers high level streaming operations, but reimplementing the internals using small pieces of the Go http package (eg. Headers struct, and chunk reader implementation), but left the rest of it to my own devices. I focused pretty heavily on satisfying the [RFC 9112](https://www.rfc-editor.org/rfc/rfc9112.html#name-handling-incomplete-message) spec. | 8 个月前 | |
update example configs to use new rulekit field names (#95) | 1 年前 | |
Add header promotion to report_usage plugin (#312) * Add header promotion to report_usage plugin Allow configuring HTTP headers to promote into eventstore.Request as custom attributes. Headers are extracted case-insensitively and prefixed with req./res. to indicate source. The OTel store auto-converts these via structToAttributes. * add table-driven tests for header promotion * add promoted headers examples to sample configs --------- Co-authored-by: OpenClaw AI Assistant <devin+openclaw@qpoint.io> | 3 个月前 | |
Add header promotion to report_usage plugin (#312) * Add header promotion to report_usage plugin Allow configuring HTTP headers to promote into eventstore.Request as custom attributes. Headers are extracted case-insensitively and prefixed with req./res. to indicate source. The OTel store auto-converts these via structToAttributes. * add table-driven tests for header promotion * add promoted headers examples to sample configs --------- Co-authored-by: OpenClaw AI Assistant <devin+openclaw@qpoint.io> | 3 个月前 | |
Add header promotion to report_usage plugin (#312) * Add header promotion to report_usage plugin Allow configuring HTTP headers to promote into eventstore.Request as custom attributes. Headers are extracted case-insensitively and prefixed with req./res. to indicate source. The OTel store auto-converts these via structToAttributes. * add table-driven tests for header promotion * add promoted headers examples to sample configs --------- Co-authored-by: OpenClaw AI Assistant <devin+openclaw@qpoint.io> | 3 个月前 | |
Add header promotion to report_usage plugin (#312) * Add header promotion to report_usage plugin Allow configuring HTTP headers to promote into eventstore.Request as custom attributes. Headers are extracted case-insensitively and prefixed with req./res. to indicate source. The OTel store auto-converts these via structToAttributes. * add table-driven tests for header promotion * add promoted headers examples to sample configs --------- Co-authored-by: OpenClaw AI Assistant <devin+openclaw@qpoint.io> | 3 个月前 | |
Add header promotion to report_usage plugin (#312) * Add header promotion to report_usage plugin Allow configuring HTTP headers to promote into eventstore.Request as custom attributes. Headers are extracted case-insensitively and prefixed with req./res. to indicate source. The OTel store auto-converts these via structToAttributes. * add table-driven tests for header promotion * add promoted headers examples to sample configs --------- Co-authored-by: OpenClaw AI Assistant <devin+openclaw@qpoint.io> | 3 个月前 | |
Add header promotion to report_usage plugin (#312) * Add header promotion to report_usage plugin Allow configuring HTTP headers to promote into eventstore.Request as custom attributes. Headers are extracted case-insensitively and prefixed with req./res. to indicate source. The OTel store auto-converts these via structToAttributes. * add table-driven tests for header promotion * add promoted headers examples to sample configs --------- Co-authored-by: OpenClaw AI Assistant <devin+openclaw@qpoint.io> | 3 个月前 | |
add OTel log collector as object store type (QPT-1075) (#315) | 3 个月前 | |
Add header promotion to report_usage plugin (#312) * Add header promotion to report_usage plugin Allow configuring HTTP headers to promote into eventstore.Request as custom attributes. Headers are extracted case-insensitively and prefixed with req./res. to indicate source. The OTel store auto-converts these via structToAttributes. * add table-driven tests for header promotion * add promoted headers examples to sample configs --------- Co-authored-by: OpenClaw AI Assistant <devin+openclaw@qpoint.io> | 3 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 9 个月前 | ||
| 8 个月前 | ||
| 1 年前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 |