Package-level declarations
Types
BaseReporterFactory that creates a CloudWatchReporter based on the dropwizard configuration.
Configure the requestLog to skip logging of fast, OK ping responses to avoid cluttering the logs with, eg, ELB health check requests. Also set the requestLog layout pattern to include timestamp and requestId prefix.
A ConfigurationFactory that returns config instantiated by parsing hocon from application.conf
Bootstrap hook to allow dropwizard config to be provided by a HoconConfigurationFactory
LogbackAccessRequestLayout that also includes the request Id read from the response headers, and timestamp in the same layout we use for the regular application log.
Layout factory that returns a RequestIdLogbackAccessRequestLayout
BaseReporterFactory that creates a TimestreamReporter based on the dropwizard configuration.