Describe the feature
This is a feature request to introduce a more compact LoggingMetricPublisher.Format for LoggingMetricPublisher.
The two available options today, PLAIN and PRETTY produce a lot of text that can be costly for storage if producing a lot of logs.
For example, the PLAIN option has a lot of redundanct, unnecessary information such as the class names (MetricCollecition), and repeating name and value.
We should introduce a third format, COMPACT that aims to be more compact but still human readable.
Use Case
Emitting metrics to logs in a more cost effective way.
Proposed Solution
No response
Other Information
No response
Acknowledgements
AWS Java SDK version used
2.x
JDK version used
N/A
Operating System and version
N/A
Describe the feature
This is a feature request to introduce a more compact
LoggingMetricPublisher.FormatforLoggingMetricPublisher.The two available options today,
PLAINandPRETTYproduce a lot of text that can be costly for storage if producing a lot of logs.For example, the
PLAINoption has a lot of redundanct, unnecessary information such as the class names (MetricCollecition), and repeatingnameandvalue.We should introduce a third format,
COMPACTthat aims to be more compact but still human readable.Use Case
Emitting metrics to logs in a more cost effective way.
Proposed Solution
No response
Other Information
No response
Acknowledgements
AWS Java SDK version used
2.x
JDK version used
N/A
Operating System and version
N/A