Skip to content

Add Perses dashboards and related configurations #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 14, 2025
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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## About this project

A set of Plutono dashboards and Prometheus alerting rules combined with playbooks to ensure effective operations of Kubernetes.
A set of Plutono and Perses dashboards and Prometheus alerting rules combined with playbooks to ensure effective operations of Kubernetes.

# Content

Expand All @@ -25,6 +25,8 @@ kubernetes-operations
β”‚
β”œβ”€β”€ dashboards Plutono dashboards for visualizing key metrics.
β”‚
β”œβ”€β”€ perses-dashboards Perses dashboards for visualizing key metrics.
β”‚
└── Chart.yaml Helm chart manifest.
```

Expand All @@ -37,6 +39,7 @@ The content of the repository can be installed independently or as part of the [
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| dashboards.create | bool | `true` | Enables ConfigMap resources with dashboards to be created |
| dashboards.persesSelectors | list | `[{"name":"perses.dev/resource","value":"\"true\""}]` | Label selectors for the Perses dashboards to be picked up by Perses. |
| dashboards.plutonoSelectors | list | `[{"name":"plutono-dashboard","value":"\"true\""}]` | Label selectors for the Plutono dashboards to be picked up by Plutono. |
| global.commonLabels | object | `{}` | Common labels to add to all resources # |
| prometheusRules.NodeInMaintenance | object | `{"label":"maintenance_state","value":"in-maintenance"}` | The label value pair that marks a Kubernetes node as 'in maintenance' |
Expand Down
4 changes: 3 additions & 1 deletion README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## About this project

A set of Plutono dashboards and Prometheus alerting rules combined with playbooks to ensure effective operations of Kubernetes.
A set of Plutono and Perses dashboards and Prometheus alerting rules combined with playbooks to ensure effective operations of Kubernetes.

# Content

Expand All @@ -25,6 +25,8 @@ kubernetes-operations
β”‚
β”œβ”€β”€ dashboards Plutono dashboards for visualizing key metrics.
β”‚
β”œβ”€β”€ perses-dashboards Perses dashboards for visualizing key metrics.
β”‚
└── Chart.yaml Helm chart manifest.
```

Expand Down
3 changes: 2 additions & 1 deletion charts/kubernetes-operations/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

apiVersion: v2
name: kubernetes-operations
version: 1.2.4
version: 1.2.5
description: A set of Plutono dashboards and Prometheus alerting rules combined with playbooks to ensure effective operations of Kubernetes.
maintainers:
- name: richardtief
Expand All @@ -12,6 +12,7 @@ keywords:
- Helm Chart
- Kubernetes operations
- Plutono Dashboards
- Perses Dashboards
- Prometheus Alerting
- Alert Rules
- Playbooks
Loading
Loading