-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Related issue:
- Support Clearing Custom Dimensions on MetricsLogger aws-embedded-metrics-java#35
- Add support to clear custom dimensions and configure flush behavior on dimensions aws-embedded-metrics-java#105
- Support resetting custom dimensions and related enhancements aws-embedded-metrics-python#87
- Support resetting custom dimensions and related enhancements aws-embedded-metrics-node#132
This is the equivalent enhancements related to resetting custom dimensions in the Dotnet library. Similar APIs and features should be implemented in all libraries for consistency. Specifially, the enhancements include:
- Provide a ResetDimensions(bool useDefault) API for resetting dimensions
- Provide a feature flag to control whether Flush() should preserve custom dimensions after each execution
- Provide a setDimensions(bool useDefault, params DimensionSet[] dimensionSets) API to control the behavior of default dimensions while setting new dimensions.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request