Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/pkg/logentry/stages
Marco Pracucci 94c252b91f Parallelly run regex and json stages pipeline tests 7 years ago
..
extensions.go Added source support to regex and json stages 7 years ago
extensions_test.go cleaning up remaining TODO's, adding tests 7 years ago
json.go Added source validation to regex and json stages 7 years ago
json_test.go Parallelly run regex and json stages pipeline tests 7 years ago
labels.go cleaning up remaining TODO's, adding tests 7 years ago
labels_test.go adding a golang Template stage 7 years ago
match.go PR feedback 7 years ago
match_test.go adding a golang Template stage 7 years ago
metrics.go PR feedback 7 years ago
metrics_test.go PR Feedback 7 years ago
output.go cleaning up remaining TODO's, adding tests 7 years ago
output_test.go cleaning up remaining TODO's, adding tests 7 years ago
pipeline.go cleaning up remaining TODO's, adding tests 7 years ago
pipeline_test.go cleaning up remaining TODO's, adding tests 7 years ago
regex.go Added source validation to regex and json stages 7 years ago
regex_test.go Parallelly run regex and json stages pipeline tests 7 years ago
stage.go adding a golang Template stage 7 years ago
template.go adding a golang Template stage 7 years ago
template_test.go adding a golang Template stage 7 years ago
timestamp.go Add support to timestamp stage to parse Unix seconds, milliseconds, and nanosecond timestamps 7 years ago
timestamp_test.go Add support to timestamp stage to parse Unix seconds, milliseconds, and nanosecond timestamps 7 years ago
util.go use strconf.FormatFloat instead of fmt.Sprintf for converting floats to strings, this way we can eliminate non significant trailing zeros such that the float value 1 would be "1" as a string instead of "1.000000" 7 years ago
util_test.go use strconf.FormatFloat instead of fmt.Sprintf for converting floats to strings, this way we can eliminate non significant trailing zeros such that the float value 1 would be "1" as a string instead of "1.000000" 7 years ago