Fix comment error of the struct 'UserDefinedMetric'

This commit is contained in:
yanghaichao12 2018-11-14 11:05:06 -05:00
parent 79dab474c0
commit 529d5a5c50

View File

@ -324,7 +324,7 @@ type UserDefinedMetricDescriptor struct {
Labels map[string]string `json:"labels,omitempty"`
}
// UserDefinedMetric represents a metric defined and generate by users.
// UserDefinedMetric represents a metric defined and generated by users.
type UserDefinedMetric struct {
UserDefinedMetricDescriptor `json:",inline"`
// The time at which these stats were updated.