Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure DevHelm TCP monitors — host, port, timeout, and connection assertions
config.host
config.port
config.timeoutMs
10000
tcp_connects
tcp_response_time
maxMs
tcp_response_time_warn
warnMs
monitors: - name: Redis type: TCP config: host: redis.example.com port: 6379 frequencySeconds: 60 regions: [us-east] assertions: - config: type: tcp_connects severity: fail
monitors: - name: PostgreSQL type: TCP config: host: db.example.com port: 5432 timeoutMs: 5000 frequencySeconds: 60 regions: [us-east, eu-west] assertions: - config: type: tcp_connects severity: fail - config: type: tcp_response_time maxMs: 500 severity: fail - config: type: tcp_response_time_warn warnMs: 200 severity: warn