Reference

Quick reference documentation for Sentinel operations and troubleshooting.

Reference Guides

GuideDescription
Directive IndexAlphabetical index of all configuration directives
Configuration SchemaQuick reference for all config options
CLI ReferenceCommand-line options and usage
Environment VariablesEnvironment variable configuration
Error CodesHTTP status codes and error responses
Metrics ReferencePrometheus metrics for monitoring

Starting Sentinel:

sentinel --config sentinel.kdl
sentinel --test --config sentinel.kdl  # Validate config

Signals:

  • SIGHUP - Reload configuration
  • SIGTERM / SIGINT - Graceful shutdown

Key Environment Variables:

  • SENTINEL_CONFIG - Configuration file path
  • RUST_LOG - Log level (debug, info, warn, error)
  • SENTINEL_LOG_FORMAT - Log format (json, pretty)

Metrics Endpoint:

curl http://localhost:9090/metrics