prometheus/web
Tobias Guggenmos 35c1f31721 PromQL: Use more standart format for error positions (#6433)
The most common format (used by go, gcc and clang) for compiler error positions seems to be

`filename:line:char:` or `line:char:` if the filename is unknown.

This PR adapts the PromQL parser to use this convention.

Signed-off-by: Tobias Guggenmos <tguggenm@redhat.com>
2019-12-09 16:39:03 +00:00
..
api api: tests for /target/metadata API endpoint 2019-12-05 10:30:00 +00:00
ui Graph multi series select (#6391) 2019-12-03 20:20:45 +01:00
federate.go *: enable all default linters (#5504) 2019-05-03 15:11:28 +02:00
federate_test.go PromQL: Use more standart format for error positions (#6433) 2019-12-09 16:39:03 +00:00
web.go React UI: Add /tsdb-status to React-handled routes (#6313) 2019-11-20 15:50:52 +01:00
web_test.go Cleanup after merging tsdb into prometheus 2019-08-13 14:04:14 +05:30