Skip to content
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

bombastictranz/monitoring-dashboard-samples #14

Merged
merged 35 commits into from
Mar 14, 2024
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
b4c6a03
updated readme, metadata, and prometheus metadata to reflect addition…
algchoo Feb 27, 2024
faa9c1e
updated dashboard with new layout and kpi metrics
algchoo Feb 27, 2024
dfeb3b1
updated screenshot
algchoo Feb 29, 2024
e2457c0
Added reservation utilization alerts to google-gce.
ryannk Feb 29, 2024
e3d64fe
Merge branch 'GoogleCloudPlatform:master' into reservation_alerts
ryannk Mar 7, 2024
13a5c79
Removed malformed filename in metadata.yaml.
ryannk Mar 7, 2024
e72b267
updated prometheus metadata, readme, and metadata with new metrics
algchoo Mar 7, 2024
4517f81
updated jetty prometheus dashboard json
algchoo Mar 7, 2024
90d67e0
updated jetty prometheus dashboard screenshot
algchoo Mar 7, 2024
2104cba
Add SAP HANA and NetWeaver Availability Monitoring dashboards with sc…
dmivor Mar 7, 2024
d8527f8
Merge branch 'GoogleCloudPlatform:master' into master
dmivor Mar 7, 2024
c528857
updated the default metrics, docs, and metadata
algchoo Feb 23, 2024
14ea8c6
updated dashboard screenshot
algchoo Feb 23, 2024
b23043d
updated dashboard json
algchoo Feb 23, 2024
cd59acb
opted for percentile metrics, updated header colors
algchoo Feb 23, 2024
d603150
updated the default metrics, docs, and metadata
algchoo Feb 23, 2024
b3f60f5
updated dashboard screenshot
algchoo Feb 23, 2024
0414168
removed computeId from dashboard json
algchoo Mar 7, 2024
d9cd665
updated readme, metadata, and prometheus metadata to reflect addition…
algchoo Feb 26, 2024
0d6a7c5
updated dashboard json to reflect new layout and metrics
algchoo Feb 26, 2024
85e0035
updated screenshot
algchoo Feb 29, 2024
67f1746
updated job filters to use regex
algchoo Mar 8, 2024
e2b2b46
scorecards are summed and bucket queries have aggregation
algchoo Mar 8, 2024
91a405e
updated histogram chart titles
algchoo Mar 8, 2024
4f040e4
fix: import.sh replace grep -P with GNU param expansion for MacOS sup…
bwplotka Mar 12, 2024
0a040ab
removed computedId fields
algchoo Mar 12, 2024
002375f
Merge pull request #714 from observIQ/dashboard/consul-kpi-layout-update
EvanSimpson Mar 12, 2024
4abeda2
Update HBase Prometheus dashboard KPIs and layout (#727)
mrsillydog Mar 13, 2024
a1e37f4
Merge pull request #750 from bwplotka/fix-grep
stevezease Mar 13, 2024
596b2e3
Change documentation URL from Planning to All Guides
dmivor Mar 13, 2024
323c22e
Merge pull request #746 from dmivor/master
varun-c Mar 13, 2024
0ff653e
Merge pull request #728 from ryannk/reservation_alerts
cocosheng Mar 13, 2024
97d308c
Merge pull request #724 from observIQ/dashboard/argo-workflows-kpi-la…
johnbryan Mar 14, 2024
a0d1636
Merge pull request #745 from observIQ/dashboard/jetty-kpi-layout-update
johnbryan Mar 14, 2024
2d901a1
Merge pull request #721 from observIQ/dashboard/jenkins-kpi-layout-up…
johnbryan Mar 14, 2024
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
Prev Previous commit
Next Next commit
updated readme, metadata, and prometheus metadata to reflect addition…
…al metrics
  • Loading branch information
algchoo committed Mar 8, 2024
commit d9cd665cb8d5dff48c087a8a716ed43406b29c32
2 changes: 1 addition & 1 deletion dashboards/jenkins/README.md
Original file line number Diff line number Diff line change
@@ -7,4 +7,4 @@
|Jenkins Prometheus|
|:------------------|
|Filename: [jenkins-prometheus.json](jenkins-prometheus.json)|
|This dashboard has charts displaying: `Health Check`, `Executor In Use`, `Nodes Offline`, `Executor Free`, `Plugins Failed`, `JVM Memory Free %`, `Job Build Speed`, `Queue Size`, `Job Queued Rate`, `Resource Usage`, and `Job Queue Duration`|
|This dashboard has charts displaying: `Health Check`, `CPU Load`, `Executor In Use`, `Nodes Offline`, `Executor Free`, `Plugins Failed`, `JVM Memory Free %`, `Time Spent Building`, `Time Spent In Buildable State`, `Time Spent In Waiting State`, `Time Spent In Blocked State`, `Build Queue Size`, `Build Queue Buildable Jobs`, `Build Queue Pending Jobs`, and `Build Queue Blocked Jobs` |
2 changes: 1 addition & 1 deletion dashboards/jenkins/metadata.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ sample_dashboards:
id: jenkins-prometheus
display_name: Jenkins Prometheus Overview
description: |-
This dashboard has charts displaying: Health Check, Executor In Use, Nodes Offline, Executor Free, Plugins Failed, JVM Memory Free %, Job Build Speed, Queue Size, Job Queued Rate, Resource Usage, and Job Queue Duration
This dashboard has charts displaying: Health Check, CPU Load, Executor In Use, Nodes Offline, Executor Free, Plugins Failed, JVM Memory Free %, Time Spent Building, Time Spent In Buildable State, Time Spent In Waiting State, Time Spent In Blocked State, Build Queue Size, Build Queue Buildable Jobs, Build Queue Pending Jobs, and Build Queue Blocked Jobs.
related_integrations:
- id: jenkins
platform: GKE
24 changes: 24 additions & 0 deletions integrations/jenkins/prometheus_metadata.yaml
Original file line number Diff line number Diff line change
@@ -41,10 +41,34 @@ platforms:
prometheus_name: jenkins_job_building_duration
kind: GAUGE
value_type: DOUBLE
- name: prometheus.googleapis.com/jenkins_job_buildable_duration/summary
prometheus_name: jenkins_job_buildable_duration
kind: GAUGE
value_type: DOUBLE
- name: prometheus.googleapis.com/jenkins_job_waiting_duration/summary
prometheus_name: jenkins_job_waiting_duration
kind: GAUGE
value_type: DOUBLE
- name: prometheus.googleapis.com/jenkins_job_blocked_duration/summary
prometheus_name: jenkins_job_blocked_duration
kind: GAUGE
value_type: DOUBLE
- name: prometheus.googleapis.com/jenkins_queue_size_value/gauge
prometheus_name: jenkins_queue_size_value
kind: GAUGE
value_type: DOUBLE
- name: prometheus.googleapis.com/jenkins_queue_buildable_value/gauge
prometheus_name: jenkins_queue_buildable_value
kind: GAUGE
value_type: DOUBLE
- name: prometheus.googleapis.com/jenkins_queue_pending_value/gauge
prometheus_name: jenkins_queue_pending_value
kind: GAUGE
value_type: DOUBLE
- name: prometheus.googleapis.com/jenkins_queue_blocked_value/gauge
prometheus_name: jenkins_queue_blocked_value
kind: GAUGE
value_type: DOUBLE
- name: prometheus.googleapis.com/jenkins_job_queuing_duration_count/summary
prometheus_name: jenkins_job_queuing_duration_count
kind: CUMULATIVE