Pulse/internal/dockeragent
rcourtman ce10dbad60 feat(docker-agent): add payload size logging for debugging body-too-large errors
Related to #823

- Log payload size (in KB and bytes) at debug level
- Warn when payload approaches 400KB (512KB limit)
- Helps diagnose 'request body too large' errors
2025-12-14 21:10:06 +00:00
..
agent.go feat(docker-agent): add payload size logging for debugging body-too-large errors 2025-12-14 21:10:06 +00:00
agent_integration_test.go
agent_internal_test.go style: Apply gofmt to 37 files 2025-12-02 17:21:48 +00:00
agent_log_test.go
swarm.go
swarm_test.go Add unit tests for Docker swarm utility functions (dockeragent) 2025-11-30 05:32:52 +00:00
system.go
version.go