generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Summary
A set of fixes to align the .NET runtime with the other runtimes (Java, Python, TypeScript) for functional equivalence and cross-runtime consistency.
Contracts Service
Metric name correction (ContractEventHandler.cs)
CreateContractAsync: renamed metric from"NewContracts"to"ContractCreated"- Aligns with the canonical metric name used by all other runtimes
Missing metric (ContractEventHandler.cs)
UpdateContractAsync: addedMetrics.AddMetric("ContractUpdated", 1, MetricUnit.Count, MetricResolution.Standard)after a successfulUpdateItemAsynccall- The update path previously emitted no custom metric; this brings it in line with all other runtimes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels