mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
5602328c7c
This copies the evaluation logic from the current rules/ package. The new engine handles the execution process from query string to final result. It provides query timeout and cancellation and general flexibility for future changes. functions.go: Add evaluation implementation. Slight changes to in/out data but not to the processing logic. quantile.go: No changes. analyzer.go: No changes. engine.go: Actually new part. Mainly consists of evaluation methods which were not changed. setup_test.go: Copy of rules/helpers_test.go to setup test storage. promql_test.go: Copy of rules/rules_test.go.
73 lines
2 KiB
JSON
73 lines
2 KiB
JSON
{
|
|
"ImportPath": "github.com/prometheus/prometheus",
|
|
"GoVersion": "go1.4.2",
|
|
"Deps": [
|
|
{
|
|
"ImportPath": "bitbucket.org/ww/goautoneg",
|
|
"Comment": "null-5",
|
|
"Rev": "75cd24fc2f2c2a2088577d12123ddee5f54e0675"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/prometheus/procfs",
|
|
"Rev": "92faa308558161acab0ada1db048e9996ecec160"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/beorn7/perks/quantile",
|
|
"Rev": "b965b613227fddccbfffe13eae360ed3fa822f8d"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/golang/glog",
|
|
"Rev": "44145f04b68cf362d9c4df2182967c2275eaefed"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/golang/protobuf/proto",
|
|
"Rev": "655cdfa588ea190e901bc5590e65d5621688847c"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/matttproud/golang_protobuf_extensions/pbutil",
|
|
"Rev": "fc2b8d3a73c4867e51861bbdd5ae3c1f0869dd6a"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/miekg/dns",
|
|
"Rev": "e6898c8f30b5d002db962043a62db90552e90bf7"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/prometheus/client_golang/extraction",
|
|
"Comment": "0.4.0-1-g692492e",
|
|
"Rev": "692492e54b553a81013254cc1fba4b6dd76fad30"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/prometheus/client_golang/model",
|
|
"Comment": "0.4.0-1-g692492e",
|
|
"Rev": "692492e54b553a81013254cc1fba4b6dd76fad30"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/prometheus/client_golang/prometheus",
|
|
"Comment": "0.4.0-1-g692492e",
|
|
"Rev": "692492e54b553a81013254cc1fba4b6dd76fad30"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/prometheus/client_golang/text",
|
|
"Comment": "0.4.0-1-g692492e",
|
|
"Rev": "692492e54b553a81013254cc1fba4b6dd76fad30"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/prometheus/client_model/go",
|
|
"Comment": "model-0.0.2-12-gfa8ad6f",
|
|
"Rev": "fa8ad6fec33561be4280a8f0514318c79d7f6cb6"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/prometheus/procfs",
|
|
"Rev": "490cc6eb5fa45bf8a8b7b73c8bc82a8160e8531d"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/syndtr/goleveldb/leveldb",
|
|
"Rev": "4875955338b0a434238a31165cb87255ab6e9e4a"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/syndtr/gosnappy/snappy",
|
|
"Rev": "156a073208e131d7d2e212cb749feae7c339e846"
|
|
}
|
|
]
|
|
}
|