You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They should just log an exception, note the error for the info command and continue without that check. A silly example from our sobotka queue check:
sys.exit(main())
File "/usr/bin/dd-agent", line 227, in main
agent.run(config=agentConfig)
File "/usr/bin/dd-agent", line 100, in run
checksd = load_check_directory(agentConfig)
File "/usr/share/datadog/agent/config.py", line 669, in load_check_directory
agentConfig=agentConfig)
File "/usr/share/datadog/agent/checks.d/dd.py", line 10, in __init__
port=int(init_config['redis_port']),
ValueError: invalid literal for int() with base 10: '6380asdf'
The text was updated successfully, but these errors were encountered:
They should just log an exception, note the error for the info command and continue without that check. A silly example from our sobotka queue check:
The text was updated successfully, but these errors were encountered: