docs(prometheus): high availability with extra steps

This commit is contained in:
Michele Cereda
2025-04-17 23:07:24 +02:00
parent b2549693f5
commit 00c142096e
6 changed files with 518 additions and 1 deletions

78
knowledge base/cortex.md Normal file
View File

@@ -0,0 +1,78 @@
# Cortex
> TODO
Intro
<!-- Remove this line to uncomment if used
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
<!-- Uncomment if used
<details>
<summary>Setup</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Usage</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
```sh
```
</details>
-->
## Further readings
- [Website]
- [Codebase]
- [Prometheus]
Alternatives:
- Grafana's [Mimir]
- [Thanos]
### Sources
- [Documentation]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
[mimir]: mimir.md
[prometheus]: prometheus.md
[thanos]: thanos.md
<!-- Files -->
<!-- Upstream -->
[codebase]: https://github.com/cortexproject/cortex
[documentation]: https://cortexmetrics.io/docs/
[website]: https://cortexmetrics.io/
<!-- Others -->