Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ GetData
Method
GetData
pkg/querier/tripperware/query.pb.go:83–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
}
82
83
func
(m *PrometheusResponse) GetData() PrometheusData {
84
if
m != nil {
85
return
m.Data
86
}
87
return
PrometheusData{}
88
}
89
90
func
(m *PrometheusResponse) GetErrorType() string {
91
if
m != nil {
Callers
1
minTime
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected