- probe() - Method in interface software.amazon.cloudwatchlogs.emf.environment.Environment
-
Determines whether or not we are executing in this environment.
- Protocol - Enum in software.amazon.cloudwatchlogs.emf.sinks
-
- putDimension(DimensionSet) - Method in class software.amazon.cloudwatchlogs.emf.model.MetricsContext
-
Add dimensions to the metric context.
- putDimension(String, String) - Method in class software.amazon.cloudwatchlogs.emf.model.MetricsContext
-
Add a dimension set with single dimension-value entry to the metric context.
- putDimensions(DimensionSet) - Method in class software.amazon.cloudwatchlogs.emf.logger.MetricsLogger
-
Adds a dimension.
- putMetadata(String, Object) - Method in class software.amazon.cloudwatchlogs.emf.logger.MetricsLogger
-
Add a custom key-value pair to the Metadata object.
- putMetadata(String, Object) - Method in class software.amazon.cloudwatchlogs.emf.model.MetricsContext
-
Add a key-value pair to the metadata
- putMetric(String, double, Unit) - Method in class software.amazon.cloudwatchlogs.emf.logger.MetricsLogger
-
Put a metric value.
- putMetric(String, double) - Method in class software.amazon.cloudwatchlogs.emf.logger.MetricsLogger
-
Put a metric value.
- putMetric(String, double, Unit) - Method in class software.amazon.cloudwatchlogs.emf.model.MetricsContext
-
Add a metric measurement to the context.
- putMetric(String, double) - Method in class software.amazon.cloudwatchlogs.emf.model.MetricsContext
-
Add a metric measurement to the context without a unit Multiple calls using the same key will
be stored as an array of scalar values.
- putProperty(String, Object) - Method in class software.amazon.cloudwatchlogs.emf.logger.MetricsLogger
-
Set a property on the published metrics.
- putProperty(String, Object) - Method in class software.amazon.cloudwatchlogs.emf.model.MetricsContext
-
Add a property to this log entry.