prometheus/pkg/textparse
Tariq Ibrahim 8fdfa8abea refine error handling in prometheus (#5388)
i) Uses the more idiomatic Wrap and Wrapf methods for creating nested errors.
ii) Fixes some incorrect usages of fmt.Errorf where the error messages don't have any formatting directives.
iii) Does away with the use of fmt package for errors in favour of pkg/errors

Signed-off-by: tariqibrahim <tariq181290@gmail.com>
2019-03-26 00:01:12 +01:00
..
interface.go Expand OM to OpenMetrics 2018-10-18 14:16:41 +01:00
openmetricslex.l Expand OM to OpenMetrics 2018-10-18 14:16:41 +01:00
openmetricslex.l.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
openmetricsparse.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
openmetricsparse_test.go Expand OM to OpenMetrics 2018-10-18 14:16:41 +01:00
promlex.l Prepare for multiple text formats 2018-10-18 13:58:00 +01:00
promlex.l.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
promparse.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
promparse_test.go promparse: sort all labels when parsing (#5372) 2019-03-16 10:10:07 +00:00
promtestdata.nometa.txt Add an OpenMetrics parser. 2018-10-18 13:58:00 +01:00
promtestdata.txt Add an OpenMetrics parser. 2018-10-18 13:58:00 +01:00