Commit 529d5a5c authored by yanghaichao12's avatar yanghaichao12

Fix comment error of the struct 'UserDefinedMetric'

parent 79dab474
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment