UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit be93e7a7 authored by brandt keller's avatar brandt keller Committed by Micah Nagel
Browse files

Mattermost grafana dashboard

parent bd3740f2
No related branches found
No related tags found
1 merge request!96Mattermost grafana dashboard
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
--- ---
## [7.1.2-bb.1] - 2022-08-09
### Added
- Added grafana dashboard configmap and dashboard json when `monitoring.enabled` and `enterprise.enabled`
## [7.1.2-bb.0] - 2022-07-29 ## [7.1.2-bb.0] - 2022-07-29
### Changed ### Changed
- Upgraded MM to 7.1.2 - Upgraded MM to 7.1.2
......
# mattermost # mattermost
![Version: 7.1.2-bb.0](https://img.shields.io/badge/Version-7.1.2--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.1.2](https://img.shields.io/badge/AppVersion-7.1.2-informational?style=flat-square) ![Version: 7.1.2-bb.1](https://img.shields.io/badge/Version-7.1.2--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.1.2](https://img.shields.io/badge/AppVersion-7.1.2-informational?style=flat-square)
Deployment of mattermost Deployment of mattermost
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
apiVersion: v2 apiVersion: v2
name: mattermost name: mattermost
type: application type: application
version: "7.1.2-bb.0" version: "7.1.2-bb.1"
appVersion: "7.1.2" appVersion: "7.1.2"
description: "Deployment of mattermost" description: "Deployment of mattermost"
keywords: keywords:
......
This diff is collapsed.
{{- if and .Values.monitoring.enabled .Values.enterprise.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
name: mattermost-grafana-dashboards
namespace: monitoring
labels:
grafana_dashboard: "1"
data:
mattermost-performance-monitoring-v2_rev2.json: |
{{ .Files.Get "dashboards/mattermost-performance-monitoring-v2_rev2.json" | nindent 4 }}
{{- end }}
\ No newline at end of file
...@@ -38,5 +38,6 @@ Testing Steps: ...@@ -38,5 +38,6 @@ Testing Steps:
- Under account settings, upload a profile picture. Validate the upload is successful and your profile picture is visible. - Under account settings, upload a profile picture. Validate the upload is successful and your profile picture is visible.
- Navigate to prometheus and validate that the Mattermost target shows as up (make sure you are on enterprise and have started a trial). - Navigate to prometheus and validate that the Mattermost target shows as up (make sure you are on enterprise and have started a trial).
- Under system console -> elastic -> index now and validate success (make sure you are on enterprise and have started a trial). - Under system console -> elastic -> index now and validate success (make sure you are on enterprise and have started a trial).
- Check Grafana for data in the `Mattermost Performance Monitoring v2` dashboard (Ensure you change the server on the dashboard to point to the mattermost pod ip)
When in doubt with any testing or upgrade steps ask one of the CODEOWNERS for assistance. When in doubt with any testing or upgrade steps ask one of the CODEOWNERS for assistance.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment