Skip to content

Commit 9122c8c

Browse files
authored
README: Include OpenTelemetry in the title and other enhancements (#6686)
* Include OpenTelemetry in the title and other enhancements Signed-off-by: Friedrich Gonzalez <[email protected]> * Update year Signed-off-by: Friedrich Gonzalez <[email protected]> --------- Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 531dd58 commit 9122c8c

File tree

5 files changed

+10
-18
lines changed

5 files changed

+10
-18
lines changed

Diff for: MAINTAINERS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
| Daniel Blando | [email protected] | @danielblando | Amazon Web Services |
99
| Friedrich Gonzalez | [email protected] | @friedrichg | Adobe |
1010

11-
### Triaggers
11+
### Triagers
1212

1313

1414
| Name | Email | GitHub | Company |

Diff for: README.md

+6-14
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Cortex
1313

14-
Cortex is a horizontally scalable, highly available, multi-tenant, long term storage for [Prometheus](https://prometheus.io).
14+
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/)
1515

1616
## Features
1717

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

23-
## Getting Started
24-
25-
To get started with Cortex, follow these steps:
26-
27-
1. [Installation](https://cortexmetrics.io/docs/getting-started/)
28-
2. [Basic Setup](https://cortexmetrics.io/docs/configuration/)
29-
3. [Example Usage](https://cortexmetrics.io/docs/guides/)
30-
3123
## Documentation
3224

25+
- [Getting Started](https://cortexmetrics.io/docs/getting-started/)
3326
- [Architecture Overview](https://cortexmetrics.io/docs/architecture/)
34-
- [Configuration Guide](https://cortexmetrics.io/docs/configuration/)
35-
- [Security Guide](https://cortexmetrics.io/docs/guides/security/)
36-
- [Contributor Guidelines](https://cortexmetrics.io/docs/contributing/)
27+
- [Configuration](https://cortexmetrics.io/docs/configuration/)
28+
- [Guides](https://cortexmetrics.io/docs/guides/)
29+
- [Security](https://cortexmetrics.io/docs/guides/security/)
30+
- [Contributing](https://cortexmetrics.io/docs/contributing/)
3731

3832
## Community and Support
3933

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

160154
## Hosted Cortex
161155

162-
There are several commercial services where you can use Cortex on-demand:
163-
164156
### Amazon Managed Service for Prometheus (AMP)
165157

166158
[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/).

Diff for: website/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ id = "G-SRR0DSREGX"
5353
[languages]
5454
[languages.en]
5555
title = "Cortex"
56-
description = "A horizontally scalable, highly available, multi-tenant, long term storage for Prometheus."
56+
description = "The horizontally scalable, highly available, multi-tenant, long term storage solution for Prometheus and OpenTelemetry Metrics."
5757
languageName ="English"
5858
# Weight used for sorting.
5959
weight = 1

Diff for: website/content/en/_index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
+++
66

7-
{{< blocks/cover title="Horizontally scalable, highly available, multi-tenant, long term storage for Prometheus." image_anchor="top" height="full" color="white" >}}
7+
{{< 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" >}}
88
<div class="mx-auto">
99
<a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/docs" >}}">
1010
Learn More <i class="fas fa-arrow-alt-circle-right ml-2"></i>

Diff for: website/layouts/partials/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h6 class="font-weight-bold">About</h6>
3030
</div>
3131
<div class="row td-box td-box--dark td-box--gradient td-box--height-auto text-white p-5 text-center">
3232
<small class="col-12 text-center">
33-
© 2024 The Cortex Authors All Rights Reserved. <br />
33+
© 2025 The Cortex Authors All Rights Reserved. <br />
3434
The Linux Foundation has registered trademarks and uses trademarks.
3535
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>.
3636
</small>

0 commit comments

Comments
 (0)