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/weaveworks/common/httpgrpc
Peter Štibraný 5ae6ea71f8
Update Cortex to master (#1785)
6 years ago
..
server Frontend & Querier query statistics instrumentation. (#1661) 6 years ago
README.md update vendor 8 years ago
httpgrpc.go update vendor 8 years ago
httpgrpc.pb.go Update Cortex to master (#1785) 6 years ago
httpgrpc.proto Update Cortex to master (#1785) 6 years ago

README.md

What? Embedding HTTP requests and responses into a gRPC service; a service and client to translate back and forth between the two, so you can use them with your faviourite mux.

Why? Get all the goodness of protobuf encoding, HTTP/2, snappy, load balancing, persistent connection and native Kuberneretes load balancing with ~none of the effort.

To rebuild generated protobuf code, run:

protoc -I ./ --go_out=plugins=grpc:./ ./httpgrpc.proto

Follow the instructions here to get a working protoc: https://github.com/gogo/protobuf