Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| Daniel Blando | [email protected] | @danielblando | Amazon Web Services |
| Friedrich Gonzalez | [email protected] | @friedrichg | Adobe |

### Triaggers
### Triagers


| Name | Email | GitHub | Company |
Expand Down
20 changes: 6 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Cortex

Cortex is a horizontally scalable, highly available, multi-tenant, long term storage for [Prometheus](https://prometheus.io).
Cortex is a horizontally scalable, highly available, multi-tenant, long term storage solution for [Prometheus](https://prometheus.io) and [OpenTelemetry Metrics](https://opentelemetry.io/docs/specs/otel/metrics/)

## Features

Expand All @@ -20,20 +20,14 @@ Cortex is a horizontally scalable, highly available, multi-tenant, long term sto
- **Multi-tenant:** Cortex can isolate data and queries from multiple different independent Prometheus sources in a single cluster.
- **Long term storage:** Cortex supports S3, GCS, Swift and Microsoft Azure for long term storage of metric data.

## Getting Started

To get started with Cortex, follow these steps:

1. [Installation](https://cortexmetrics.io/docs/getting-started/)
2. [Basic Setup](https://cortexmetrics.io/docs/configuration/)
3. [Example Usage](https://cortexmetrics.io/docs/guides/)

## Documentation

- [Getting Started](https://cortexmetrics.io/docs/getting-started/)
- [Architecture Overview](https://cortexmetrics.io/docs/architecture/)
- [Configuration Guide](https://cortexmetrics.io/docs/configuration/)
- [Security Guide](https://cortexmetrics.io/docs/guides/security/)
- [Contributor Guidelines](https://cortexmetrics.io/docs/contributing/)
- [Configuration](https://cortexmetrics.io/docs/configuration/)
- [Guides](https://cortexmetrics.io/docs/guides/)
- [Security](https://cortexmetrics.io/docs/guides/security/)
- [Contributing](https://cortexmetrics.io/docs/contributing/)

## Community and Support

Expand Down Expand Up @@ -159,8 +153,6 @@ Join us in shaping the future of Cortex, and let's build something amazing toget

## Hosted Cortex

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

### Amazon Managed Service for Prometheus (AMP)

[Amazon Managed Service for Prometheus (AMP)](https://aws.amazon.com/prometheus/) 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](https://console.aws.amazon.com/prometheus/home). To learn more about the AMP, reference our [documentation](https://docs.aws.amazon.com/prometheus/latest/userguide/what-is-Amazon-Managed-Service-Prometheus.html) and [Getting Started with AMP blog](https://aws.amazon.com/blogs/mt/getting-started-amazon-managed-service-for-prometheus/).
Expand Down
2 changes: 1 addition & 1 deletion website/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ id = "G-SRR0DSREGX"
[languages]
[languages.en]
title = "Cortex"
description = "A horizontally scalable, highly available, multi-tenant, long term storage for Prometheus."
description = "The horizontally scalable, highly available, multi-tenant, long term storage solution for Prometheus and OpenTelemetry Metrics."
languageName ="English"
# Weight used for sorting.
weight = 1
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

+++

{{< blocks/cover title="Horizontally scalable, highly available, multi-tenant, long term storage for Prometheus." image_anchor="top" height="full" color="white" >}}
{{< blocks/cover title="Horizontally scalable, highly available, multi-tenant, long term storage solution for Prometheus and OpenTelemetry Metrics." image_anchor="top" height="full" color="white" >}}
<div class="mx-auto">
<a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/docs" >}}">
Learn More <i class="fas fa-arrow-alt-circle-right ml-2"></i>
Expand Down
2 changes: 1 addition & 1 deletion website/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h6 class="font-weight-bold">About</h6>
</div>
<div class="row td-box td-box--dark td-box--gradient td-box--height-auto text-white p-5 text-center">
<small class="col-12 text-center">
© 2024 The Cortex Authors All Rights Reserved. <br />
© 2025 The Cortex Authors All Rights Reserved. <br />
The Linux Foundation has registered trademarks and uses trademarks.
For a list of trademarks of The Linux Foundation, please see <a class="text-light alert-link" href="https://www.linuxfoundation.org/trademark-usage">Trademark Usage page</a>.
</small>
Expand Down
Loading