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/vendor/github.com/go-openapi/jsonpointer
renovate[bot] fada02c668
fix(deps): update module k8s.io/apimachinery to v0.32.0 (#15398)
1 year ago
..
.editorconfig
.gitignore
.golangci.yml chore(deps): Update Prometheus in Loki and Promtail (#12245) 2 years ago
CODE_OF_CONDUCT.md
LICENSE
README.md chore(deps): Update Prometheus in Loki and Promtail (#12245) 2 years ago
pointer.go fix(deps): update module k8s.io/apimachinery to v0.32.0 (#15398) 1 year ago

README.md

gojsonpointer Build Status codecov

Slack Status license Go Reference Go Report Card

An implementation of JSON Pointer - Go language

Status

Completed YES

Tested YES

References

http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07

Note

The 4.Evaluation part of the previous reference, starting with 'If the currently referenced value is a JSON array, the reference token MUST contain either...' is not implemented.