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-sh-app[bot] 5ec7ddca47
fix(deps): update module github.com/prometheus/alertmanager to v0.29.0 (main) (#19797)
2 months ago
..
.editorconfig Convert Loki modules to services (#1804) 6 years ago
.gitignore Convert Loki modules to services (#1804) 6 years ago
.golangci.yml fix(deps): update module github.com/prometheus/alertmanager to v0.29.0 (main) (#19797) 2 months ago
CODE_OF_CONDUCT.md Convert Loki modules to services (#1804) 6 years ago
LICENSE Convert Loki modules to services (#1804) 6 years ago
README.md fix(deps): update module github.com/prometheus/alertmanager to v0.29.0 (main) (#19797) 2 months ago
errors.go fix(deps): update module github.com/prometheus/alertmanager to v0.29.0 (main) (#19797) 2 months ago
pointer.go fix(deps): update module github.com/prometheus/alertmanager to v0.29.0 (main) (#19797) 2 months 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

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

also known as RFC6901

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.

That is because our implementation of the JSON pointer only supports explicit references to array elements: the provision in the spec to resolve non-existent members as "the last element in the array", using the special trailing character "-".