mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
stackdriver: remove not used struct
This commit is contained in:
parent
89958f2933
commit
1756e82d8b
@ -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"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user