Skip to content
/ cortex Public
forked from cortexproject/cortex

A horizontally scalable, highly available, multi-tenant, long term Prometheus.

License

Notifications You must be signed in to change notification settings

Witbe/cortex

This branch is 902 commits behind cortexproject/cortex:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3fc1bf0 · Jun 14, 2023
May 6, 2023
May 6, 2023
May 17, 2023
Feb 9, 2023
Jun 13, 2023
Apr 5, 2023
May 15, 2023
Feb 9, 2023
Jun 13, 2023
May 4, 2023
Jun 14, 2023
May 30, 2023
Sep 29, 2021
Mar 9, 2020
May 3, 2023
Dec 11, 2019
Mar 9, 2023
Dec 11, 2019
Nov 16, 2021
Jun 13, 2023
Mar 20, 2020
Oct 5, 2022
Jul 29, 2019
Nov 10, 2022
May 6, 2023
Aug 11, 2022
May 11, 2023
Mar 27, 2023
Jan 14, 2021
Apr 14, 2020
Apr 28, 2023
Sep 21, 2018
Jun 14, 2023
Jun 14, 2023
Aug 9, 2022
Dec 15, 2022

Repository files navigation

Cortex Logo

CI GoDoc Go Report Card Slack CLOMonitor

Cortex: horizontally scalable, highly available, multi-tenant, long term storage for Prometheus.

Cortex provides horizontally scalable, highly available, multi-tenant, long term storage for Prometheus.

  • Horizontally scalable: Cortex can run across multiple machines in a cluster, exceeding the throughput and storage of a single machine. This enables you to send the metrics from multiple Prometheus servers to a single Cortex cluster and run "globally aggregated" queries across all data in a single place.
  • Highly available: When run in a cluster, Cortex can replicate data between machines. This allows you to survive machine failure without gaps in your graphs.
  • Multi-tenant: Cortex can isolate data and queries from multiple different independent Prometheus sources in a single cluster, allowing untrusted parties to share the same cluster.
  • Long term storage: Cortex supports S3, GCS, Swift and Microsoft Azure for long term storage of metric data. This allows you to durably store data for longer than the lifetime of any single machine, and use this data for long term capacity planning.

Cortex is a CNCF incubation project used in several production systems including Amazon Managed Service for Prometheus (AMP).

Cortex is primarily used as a remote write destination for Prometheus, with a Prometheus-compatible query API.

Chunk Storage Deprecation Notice

The chunks storage is deprecated since v1.10.0. You're encouraged to use the blocks storage.

Chunks storage was removed in release 1.14.0

Documentation

Read the getting started guide if you're new to the project. Before deploying Cortex with a permanent storage backend you should read:

  1. An overview of Cortex's architecture
  2. Getting started with Cortex
  3. Information regarding configuring Cortex

For a guide to contributing to Cortex, see the contributor guidelines.

Further reading

To learn more about Cortex, consult the following talks and articles.

Talks and articles

Getting Help

If you have any questions about Cortex:

Your feedback is always welcome.

For security issues see https://github.com/cortexproject/cortex/security/policy

Community Meetings

The Cortex community call happens every two weeks on Thursday, alternating at 1200 UTC and 1700 UTC. Meeting notes are held here.

To see meeting calendar:

Hosted Cortex (Prometheus as a service)

There are several commercial services where you can use Cortex on-demand:

Amazon Managed Service for Prometheus (AMP)

Amazon Managed Service for Prometheus (AMP) is a Prometheus-compatible monitoring service that makes it easy to monitor containerized applications at scale. It is a highly available, secure, and managed monitoring for your containers. Get started here. To learn more about the AMP, reference our documentation and Getting Started with AMP blog.

Emeritus Maintainers

  • Peter Štibraný @pstibrany
  • Marco Pracucci @pracucci
  • Bryan Boreham @bboreham
  • Goutham Veeramachaneni @gouthamve
  • Jacob Lisi @jtlisi
  • Tom Wilkie @tomwilkie

History of Cortex

The Cortex project was started by Tom Wilkie (Grafana Labs' VP Product) and Julius Volz (Prometheus' co-founder) in June 2016.

About

A horizontally scalable, highly available, multi-tenant, long term Prometheus.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.9%
  • Makefile 0.4%
  • Shell 0.3%
  • HTML 0.2%
  • Dockerfile 0.1%
  • SCSS 0.1%