-
Notifications
You must be signed in to change notification settings - Fork 813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logging #297
Logging #297
Conversation
# Force the hostname to whatever you want. | ||
#hostname: mymachine.mydomain | ||
|
||
# Set the host's tags | ||
#tags: mytag0, mytag1 | ||
|
||
# Use the amazon EC2 instance-id instead of hostname (unless hostname is | ||
# explicitly set) | ||
use_ec2_instance_id: yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty sure we wanted this removed (3073c60)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ha, I'm even the one who removed it.
In general, I don't really like |
@xcolour we should merge this this week, so that is goes with the next agent release. |
@xcolour @clutchski using papertrail to gauge volume, 5-10% of syslog is non-agent log entries.
Rather, can we post stats about runs every 20 runs (once every 5-10 mins), or when there is an exception during the run? |
Conflicts: agent.py checks/collector.py config.py ddagent.py dogstatsd.py packaging/datadog-agent-rpm/supervisor.conf pup/pup.py util.py
@xcolour I merged master into this branch and fixed up the conflicts so it should be good to merge (if travis passes). I'd like to get this into the next release if possible. |
Conflicts: agent.py config.py
Fixed up some issues that I didn't catch with the merge. It's running on dogdev0 but it still hasn't gotten through travis. I'll keep an eye on it to see what happens. It looks like travis is pretty backed up today so it might be a while. |
Travis is finally passing (the last commit had 1/3 pass because 2 of the builds got stalled) so I'm going to merge now. |
Comprehensive logging reform.