Skip to content

Commit

Permalink
Merge pull request #73 from simonpasquier/change-cmo-chapters-order
Browse files Browse the repository at this point in the history
chore: change order of OpenShift cluster monitoring pages
  • Loading branch information
jan--f authored Oct 1, 2024
2 parents cc546ff + dc7700c commit 955217b
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
.envrc
web/node_modules
web/resources/_gen
web/public

# Dependency directories (remove the comment below to include it)
# vendor/
25 changes: 25 additions & 0 deletions .mdox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,31 @@ transformations:
weight: 2
pre: <i class='fas fa-users'></i>
- glob: "Products/OpenshiftMonitoring/collecting_metrics.md"
frontMatter:
template: |
title: "{{ .Origin.FirstHeader }}"
lastmod: "{{ .Origin.LastMod }}"
weight: 10
- glob: "Products/OpenshiftMonitoring/alerting.md"
frontMatter:
template: |
title: "{{ .Origin.FirstHeader }}"
lastmod: "{{ .Origin.LastMod }}"
weight: 20
- glob: "Products/OpenshiftMonitoring/telemetry.md"
frontMatter:
template: |
title: "{{ .Origin.FirstHeader }}"
lastmod: "{{ .Origin.LastMod }}"
weight: 30
- glob: "Products/OpenshiftMonitoring/faq.md"
frontMatter:
template: |
title: "{{ .Origin.FirstHeader }}"
lastmod: "{{ .Origin.LastMod }}"
weight: 40
- glob: "**/README.md"
path: _index.md
frontMatter: &defaultFrontMatter
Expand Down
4 changes: 4 additions & 0 deletions content/Products/OpenshiftMonitoring/alerting.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
weight: 20
---

# Alerting guidelines

Please refer to the [Alerting Consistency](https://github.com/openshift/enhancements/blob/master/enhancements/monitoring/alerting-consistency.md) OpenShift enhancement proposal for the recommendations applying to OCP built-in alerting rules.
Expand Down
4 changes: 4 additions & 0 deletions content/Products/OpenshiftMonitoring/collecting_metrics.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
weight: 10
---

# Collecting metrics with Prometheus

This document explains how to ingest metrics into the OpenShift Platform monitoring stack. **It only applies for the OCP core components and Red Hat certified operators.**
Expand Down
4 changes: 4 additions & 0 deletions content/Products/OpenshiftMonitoring/faq.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
weight: 40
---

# Frequently asked questions

This serves as a collection of resources that relate to FAQ around configuring/debugging the in-cluster monitoring stack. Particularly it applies to two OpenShift Projects:
Expand Down
4 changes: 4 additions & 0 deletions content/Products/OpenshiftMonitoring/telemetry.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
weight: 30
---

# Sending metrics via Telemetry

## Targeted audience
Expand Down

0 comments on commit 955217b

Please sign in to comment.