Package

com.gilt.gfc.aws

cloudwatch

Permalink

package cloudwatch

Visibility
  1. Public
  2. All

Type Members

  1. trait CloudWatchLogsClient extends AnyRef

    Permalink

    Push selected logs to AWS CloudWatch Logs.

    Push selected logs to AWS CloudWatch Logs. Some are meant to be 'system health' logs, like our Future-based RPC call times. Some are meant to be 'business' logs, like number of logins.

    Trait exists mainly to make it possible to inject this as a dependency.

  2. trait CloudWatchMetricsClient extends AnyRef

    Permalink

    Push selected metrics to AWS CloudWatch.

    Push selected metrics to AWS CloudWatch. Some are meant to be 'system health' metrics, like our Future-based RPC call times. Some are meant to be 'business' metrics, like number of logins.

    Trait exists mainly to make it possible to inject this as a dependency.

  3. trait NextSequenceTokenPersistor extends AnyRef

    Permalink

    Implement this to store the nextSequenceToken in a manner that works for your app.

    Implement this to store the nextSequenceToken in a manner that works for your app. How you do this will be determined by whether or not you have race conditions, concurrency issues, multiple nodes, etc. Using the default implementation below will likely not work well if you have any of the above.

    The nextSequenceToken is unique for each group/stream combination in CloudWatch Logs.

  4. trait ToCloudWatchLogsData[A] extends AnyRef

    Permalink

    A type class of things that can be converted to CloudWatch log events.

  5. trait ToCloudWatchMetricsData[A] extends AnyRef

    Permalink

    A type class of things that can be converted to CloudWatch Metrics.

Value Members

  1. object CloudWatchLogsClient

    Permalink
  2. object CloudWatchMetricsClient

    Permalink
  3. package periodic

    Permalink

Ungrouped