Commit 1756e82d by Erik Sundell

stackdriver: remove not used struct

parent 89958f29
......@@ -73,24 +73,3 @@ type StackdriverResponse struct {
} `json:"points"`
} `json:"timeSeries"`
}
type MetricDescriptorsResponse struct {
MetricDescriptors []struct {
Name string `json:"name"`
Labels []struct {
Key string `json:"key"`
Description string `json:"description"`
} `json:"labels,omitempty"`
MetricKind string `json:"metricKind"`
ValueType string `json:"valueType"`
Unit string `json:"unit,omitempty"`
Description string `json:"description"`
DisplayName string `json:"displayName"`
Type string `json:"type"`
Metadata struct {
LaunchStage string `json:"launchStage"`
SamplePeriod string `json:"samplePeriod"`
IngestDelay string `json:"ingestDelay"`
} `json:"metadata"`
} `json:"metricDescriptors"`
}
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