Skip to content
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

Log fatal exceptions in the scheduled metrics publisher #5

Closed
wants to merge 4 commits into from

Commits on Jan 23, 2018

  1. Log fatal exceptions in the scheduled metrics publisher

    The CloudWatchRecorder schedules a task to publish metrics periodically
    which will die silently if it encounters an exception. This catches and
    logs that exception.
    Mason Meier committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    92b1855 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Lowering log level of CloudWatchRecorder error

    Mason Meier committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    4aec7f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. Push AmazonCloudWatchException handling into sendData()

    Mason Meier committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    b14f246 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Adding a CloudWatchRecorder builder

    Builder also allows passing in a ScheduledExecutorService for additional
    control over metric publishing execution.
    Mason Meier committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    af9d86e View commit details
    Browse the repository at this point in the history