Package-level declarations

Types

Link copied to clipboard
class TimestreamReporter(val timestreamWriteClient: TimestreamWriteClient, val databaseName: String, val tableName: String, val globalDimensionValues: List<Dimension>, registry: MetricRegistry, name: String, filter: MetricFilter, rateUnit: TimeUnit, durationUnit: TimeUnit) : ScheduledReporter

ScheduledReporter implementation that sends metrics to AWS Timestream.

Properties

Link copied to clipboard
private const val TIMESTREAM_MAX_RECORDS: Int = 100