pkg/controller
Dave Protasowski e959f44282
[controller] OTel instrumentation (#3201)
* add workqueue metrics interface

* incorporate k8s client-go tool metrics - request latency & result

* drop custom stats reporter

* address linter

* fix boilerplate

* add some bounds checks

* Simplify int parsing and attribute handling

- use strconv.Atoi
- don't set status code attribute if we can't parse it

* add comment
2025-07-04 15:11:57 +00:00
..
OWNERS update OWNERS files to use teams with active members (#2672) 2023-02-06 16:58:45 +00:00
controller.go [controller] OTel instrumentation (#3201) 2025-07-04 15:11:57 +00:00
controller_test.go [controller] OTel instrumentation (#3201) 2025-07-04 15:11:57 +00:00
helper.go Avoid copying object if TypeMeta is already correct. (#1561) 2020-07-28 00:09:58 -07:00
helper_test.go v2 (#1754) 2020-09-29 13:18:29 -07:00
options.go Allow reconcilers to listen to leader promotion events (#2688) 2023-02-22 15:02:28 +00:00
two_lane_queue.go Satisfy linter (#3132) 2025-01-10 15:06:18 +00:00
two_lane_queue_test.go Satisfy linter (#3132) 2025-01-10 15:06:18 +00:00