We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b7a67 commit de1727aCopy full SHA for de1727a
emf/emf.go
@@ -19,6 +19,6 @@ type DimensionSet []string
19
20
// MetricDefinition struct as defined in AWS Embedded Metrics Format spec.
21
type MetricDefinition struct {
22
- Name string `json:"Name"`
+ Name string `json:"Name"`
23
Unit MetricUnit `json:"Unit,omitempty"`
24
}
0 commit comments