github.com/muhammadn/cortex@v1.9.1-0.20220510110439-46bb7000d03d/website/content/en/_index.html (about) 1 +++ 2 title = "Cortex" 3 linkTitle = "Cortex" 4 5 +++ 6 7 {{< blocks/cover title="Horizontally scalable, highly available, multi-tenant, long term storage for Prometheus." image_anchor="top" height="full" color="white" >}} 8 <div class="mx-auto"> 9 <a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/docs" >}}"> 10 Learn More <i class="fas fa-arrow-alt-circle-right ml-2"></i> 11 </a> 12 <a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://github.com/cortexproject/cortex/releases"> 13 Releases <i class="fab fa-github ml-2 "></i> 14 </a> 15 {{< blocks/link-down color="primary" >}} 16 </div> 17 {{< /blocks/cover >}} 18 19 {{< adopters color="light">}} 20 21 <a id="td-block-2" class="td-offset-anchor"></a> 22 <section class="row td-box td-box--dark td-box--gradient td-box--height-auto"> 23 {{% blocks/feature icon="fa-archive" title="Long term storage" %}} 24 Durably store data for longer than the lifetime of any single machine, and use this data for long term capacity planning. 25 {{% /blocks/feature %}} 26 27 28 {{% blocks/feature icon="fa-bolt" title="Blazin' fast PromQL" %}} 29 Cortex makes your PromQL queries blazin' fast through aggressive parallelization and caching. 30 {{% /blocks/feature %}} 31 32 {{% blocks/feature icon="fa-search" title="A global view of data" %}} 33 Cortex gives you a global view of Prometheus time series data that includes data in long-term storage, greatly expanding the usefulness of PromQL for analytical purposes. 34 {{% /blocks/feature %}} 35 36 {{% blocks/feature icon="fa-expand" title="Horizontally scalable" %}} 37 Cortex runs 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. 38 {{% /blocks/feature %}} 39 </section> 40 41 <a id="td-block-3" class="td-offset-anchor"></a> 42 <section class="row td-box td-box--white td-box--gradient td-box--height-auto"> 43 <div class="col-lg-6 col-sm-12 text-center"> 44 <img width="150" src="/images/cncf_color.png"> 45 <p>We are a <a href="https://www.cncf.io/">Cloud Native Computing Foundation</a> Incubating project.</p> 46 </div> 47 <div class="col-lg-6 col-sm-12 text-center"> 48 <h3 class="text-primary">Join the community !</h3> 49 <p>Join users and companies that are using Cortex in production.</p> 50 <a href="https://slack.cncf.io/" class="btn btn-outline-primary m-2" role="button"> 51 <i class="fab fa-slack"></i> Slack 52 </a> 53 <a href="https://github.com/cortexproject/cortex/issues/new" role="button" class="btn btn-outline-primary m-2"> 54 <i class="fab fa-github"></i> Issues 55 </button> 56 <a href="https://twitter.com/cortexmetrics" role="button" class="btn btn-outline-primary m-2"> 57 <i class="fab fa-twitter"></i> Twitter 58 </a> 59 </div> 60 </section> 61 <div>