GoNorth / cortex

A multitenant, horizontally scalable Prometheus as a Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weave Cortex Logo

Open source, horizontally scalable Prometheus as a service

Circle CI GoDoc Slack Status

Cortex is a Weaveworks project that forms the monitoring backend of Weave Cloud.

It provides horizontally scalable, long term storage for Prometheus metrics when used as a remote write destination, and a horizontally scalable, Prometheus-compatible query API.

To use Cortex, sign up for Weave Cloud and follow the instructions there.

Additional help can also be found in the Weave Cloud documentation:

Developing

To build (requires Docker):

make

To run the test suite:

make test

To checkout Cortex in minikube:

kubectl create -f ./k8s

Cortex will sit behind an nginx instance exposed on port 30080. A job is deployed to scrape it itself. Try it:

http://192.168.99.100:30080/api/prom/api/v1/query?query=up

Vendoring

We use dep to vendor dependencies. To fetch a new dependency, run:

make update-vendor

To update dependencies, run

dep ensure --update && make update-vendor

Further reading

To learn more about Cortex, consult the following documents / talks:

Getting Help

If you have any questions regarding Cortex, or on using Prometheus with Weave Cloud:

Your feedback is always welcome.

About

A multitenant, horizontally scalable Prometheus as a Service

License:Apache License 2.0


Languages

Language:Go 84.1%Language:Python 6.9%Language:Shell 6.2%Language:HCL 1.9%Language:Makefile 1.0%