awslabs / aws-embedded-metrics-dotnet

Amazon CloudWatch Embedded Metric Format Client Library
Apache License 2.0
22 stars 14 forks source link

Implement `PutDimensions` API #30

Closed gordonpn closed 2 years ago

gordonpn commented 2 years ago

The other embedded metrics libraries (python, node, java) have an API to add individual metrics, to stay consistent with them, the .Net library should also have said API.

@gordonpn The dotnet library doesn't have this issue since it doesn't have a putDimension method. It only has a setDimensions method.

Originally posted by @markkuhn in https://github.com/awslabs/aws-embedded-metrics-python/issues/83#issuecomment-1210976453