AgentObs.Application (agent_obs v0.1.6)

View Source

OTP Application for AgentObs.

Starts the AgentObs supervisor which manages configured handler processes. The application can be disabled by setting enabled: false in configuration.

Configuration

config :agent_obs,
  enabled: true,
  handlers: [AgentObs.Handlers.Phoenix]