- sendMessage(String) - Method in interface software.amazon.cloudwatchlogs.emf.sinks.SocketClient
-
Send a message through the Socket Client.
- sendMessage(String) - Method in class software.amazon.cloudwatchlogs.emf.sinks.TCPClient
-
- serialize() - Method in class software.amazon.cloudwatchlogs.emf.model.MetricsContext
-
Serialize the metrics in this context to strings.
- serialize(Instant, JsonGenerator, SerializerProvider) - Method in class software.amazon.cloudwatchlogs.emf.serializers.InstantSerializer
-
- serialize(Unit, JsonGenerator, SerializerProvider) - Method in class software.amazon.cloudwatchlogs.emf.serializers.UnitSerializer
-
- SERVICE_NAME - Static variable in class software.amazon.cloudwatchlogs.emf.config.ConfigurationKeys
-
- SERVICE_TYPE - Static variable in class software.amazon.cloudwatchlogs.emf.config.ConfigurationKeys
-
- setDefaultDimensions(DimensionSet) - Method in class software.amazon.cloudwatchlogs.emf.model.MetricsContext
-
Sets default dimensions for all other dimensions that get added to the context.
- setDimensions(DimensionSet...) - Method in class software.amazon.cloudwatchlogs.emf.logger.MetricsLogger
-
Overwrite all dimensions on this MetricsLogger instance.
- setDimensions(boolean, DimensionSet...) - Method in class software.amazon.cloudwatchlogs.emf.logger.MetricsLogger
-
Overwrite custom dimensions on this MetricsLogger instance, with an option to preserve
default dimensions.
- setDimensions(DimensionSet...) - Method in class software.amazon.cloudwatchlogs.emf.model.MetricsContext
-
Update the dimensions.
- setDimensions(boolean, DimensionSet...) - Method in class software.amazon.cloudwatchlogs.emf.model.MetricsContext
-
Update the dimensions.
- setNamespace(String) - Method in class software.amazon.cloudwatchlogs.emf.logger.MetricsLogger
-
Set the CloudWatch namespace that metrics should be published to.
- setNamespace(String) - Method in class software.amazon.cloudwatchlogs.emf.model.MetricsContext
-
Update the namespace with the parameter.
- setTimestamp(Instant) - Method in class software.amazon.cloudwatchlogs.emf.logger.MetricsLogger
-
Set the timestamp to be used for metrics.
- setTimestamp(Instant) - Method in class software.amazon.cloudwatchlogs.emf.model.MetricsContext
-
Update timestamp field in the metadata
- shutdown() - Method in class software.amazon.cloudwatchlogs.emf.sinks.AgentSink
-
- shutdown() - Method in class software.amazon.cloudwatchlogs.emf.sinks.ConsoleSink
-
- shutdown() - Method in interface software.amazon.cloudwatchlogs.emf.sinks.ISink
-
Shutdown the sink.
- shutdown() - Method in class software.amazon.cloudwatchlogs.emf.sinks.MultiSink
-
- SocketClient - Interface in software.amazon.cloudwatchlogs.emf.sinks
-
An interface for clients that connect to a socket.
- SocketClientFactory - Class in software.amazon.cloudwatchlogs.emf.sinks
-
- SocketClientFactory() - Constructor for class software.amazon.cloudwatchlogs.emf.sinks.SocketClientFactory
-
- software.amazon.cloudwatchlogs.emf - package software.amazon.cloudwatchlogs.emf
-
- software.amazon.cloudwatchlogs.emf.config - package software.amazon.cloudwatchlogs.emf.config
-
- software.amazon.cloudwatchlogs.emf.environment - package software.amazon.cloudwatchlogs.emf.environment
-
- software.amazon.cloudwatchlogs.emf.exception - package software.amazon.cloudwatchlogs.emf.exception
-
- software.amazon.cloudwatchlogs.emf.logger - package software.amazon.cloudwatchlogs.emf.logger
-
- software.amazon.cloudwatchlogs.emf.model - package software.amazon.cloudwatchlogs.emf.model
-
- software.amazon.cloudwatchlogs.emf.serializers - package software.amazon.cloudwatchlogs.emf.serializers
-
- software.amazon.cloudwatchlogs.emf.sinks - package software.amazon.cloudwatchlogs.emf.sinks
-
- software.amazon.cloudwatchlogs.emf.sinks.retry - package software.amazon.cloudwatchlogs.emf.sinks.retry
-
- software.amazon.cloudwatchlogs.emf.util - package software.amazon.cloudwatchlogs.emf.util
-
- StringUtils - Class in software.amazon.cloudwatchlogs.emf.util
-
- SystemWrapper - Class in software.amazon.cloudwatchlogs.emf.config
-
A wrapper class that can be used to mock 'System.getenv' with PowerMock.