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/swag
Jesus Vazquez db9dbe8e1d
Bump prometheus dependency (#6403)
4 years ago
..
.editorconfig Convert Loki modules to services (#1804) 6 years ago
.gitattributes Bump prometheus dependency (#6403) 4 years ago
.gitignore Convert Loki modules to services (#1804) 6 years ago
.golangci.yml Bump prometheus dependency (#6403) 4 years 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 revendor compatibility: various prom+k8s+cortex (#3664) 5 years ago
convert.go Update vendored Cortex to master (1.1+) (#2149) 6 years ago
convert_types.go Update vendored Cortex to master (1.1+) (#2149) 6 years ago
doc.go Convert Loki modules to services (#1804) 6 years ago
file.go Bump prometheus dependency (#6403) 4 years ago
json.go Update vendored Cortex to master (1.1+) (#2149) 6 years ago
loading.go revendor compatibility: various prom+k8s+cortex (#3664) 5 years ago
name_lexem.go Convert Loki modules to services (#1804) 6 years ago
net.go Convert Loki modules to services (#1804) 6 years ago
path.go Convert Loki modules to services (#1804) 6 years ago
post_go18.go Bump prometheus dependency (#6403) 4 years ago
post_go19.go Bump prometheus dependency (#6403) 4 years ago
pre_go18.go Bump prometheus dependency (#6403) 4 years ago
pre_go19.go Bump prometheus dependency (#6403) 4 years ago
split.go Convert Loki modules to services (#1804) 6 years ago
util.go revendor compatibility: various prom+k8s+cortex (#3664) 5 years ago
yaml.go Convert Loki modules to services (#1804) 6 years ago

README.md

Swag Build Status codecov Slack Status

license GoDoc Go Report Card

Contains a bunch of helper functions for go-openapi and go-swagger projects.

You may also use it standalone for your projects.

  • convert between value and pointers for builtin types
  • convert from string to builtin types (wraps strconv)
  • fast json concatenation
  • search in path
  • load from file or http
  • name mangling

This repo has only few dependencies outside of the standard library:

  • YAML utilities depend on gopkg.in/yaml.v2