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

[FIX] minor issues w/CAS Overview(Grafana) & Update Checker Report(OSD) #673

Merged
merged 1 commit into from
Sep 6, 2024
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# SAS Viya Monitoring for Kubernetes

## Unreleased
* **Logging**
* [CHANGE] Updated link to SAS documentation in the SAS Update Checker Report (within
OpenSearch Dashboards) to be version-independent

* **Metrics**
* [FIX] Changed metric label (from 'CAS Version' to 'OS Version') on SAS CAS Overview
dashboard (within Grafana) to reflect information displayed

## Version 1.2.28 (13AUG2024)
* **Logging**
* [UPGRADE] OpenSearch and OpenSearch Dashboards upgraded from 2.12.0 to 2.15.0
Expand Down
2 changes: 1 addition & 1 deletion logging/osd/namespace/20_viz_update_checker.ndjson
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{"attributes":{"description":"The SAS Update Checker Report is derived from the SAS Update Checker cron job which builds a report comparing the currently deployed release with available releases in the upstream repository.","kibanaSavedObjectMeta":{"searchSourceJSON":"{}"},"title":"SAS Update Checker","uiStateJSON":"{}","version":1,"visState":"{\"title\":\"SAS Update Checker\",\"type\":\"markdown\",\"params\":{\"fontSize\":12,\"openLinksInNewTab\":true,\"markdown\":\"The SAS Update Checker Report is derived from the SAS Update Checker cron job which builds a report comparing the currently deployed release with available releases in the upstream repository. The report is written to the stdout of the launched job pod and indicates when new content related to the deployment is available. More information about SAS Update Checker can be found here: \\n\\nhttps://go.documentation.sas.com/doc/en/itopscdc/v_012/k8sag/p1it185kd37v25n1aoybu799tpk4.htm\"},\"aggs\":[]}"},"id":"2f595660-f47f-11eb-89a8-bb803278f58e","migrationVersion":{"visualization":"7.4.2"},"references":[],"type":"visualization","updated_at":"2021-10-13T13:49:56.482Z","version":"WzI3NSw5XQ=="}
{"attributes":{"description":"The SAS Update Checker Report is derived from the SAS Update Checker cron job which builds a report comparing the currently deployed release with available releases in the upstream repository.","kibanaSavedObjectMeta":{"searchSourceJSON":"{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[]}"},"title":"SAS Update Checker","uiStateJSON":"{}","version":1,"visState":"{\"title\":\"SAS Update Checker\",\"type\":\"markdown\",\"aggs\":[],\"params\":{\"fontSize\":12,\"openLinksInNewTab\":true,\"markdown\":\"The SAS Update Checker Report is derived from the SAS Update Checker cron job which builds a report comparing the currently deployed release with available releases in the upstream repository. The report is written to the stdout of the launched job pod and indicates when new content related to the deployment is available. \\n\\nMore information can be found in the [Update Checker Report section of the SAS Viya Platform Operations](https://documentation.sas.com/?cdcId=itopscdc&cdcVersion=default&docsetId=k8sag&docsetTarget=p1it185kd37v25n1aoybu799tpk4.htm) documentation.\"}}"},"id":"2f595660-f47f-11eb-89a8-bb803278f58e","migrationVersion":{"visualization":"7.10.0"},"references":[],"type":"visualization","updated_at":"2024-09-06T17:52:46.154Z","version":"Wzk1LDE5XQ=="}
{"exportedCount":1,"missingRefCount":0,"missingReferences":[]}
2 changes: 1 addition & 1 deletion monitoring/dashboards/viya-logs/cas-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"release": "OS Kernal",
"state": "State",
"system": "OS Architecture",
"version": "CAS Version"
"version": "OS Version"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion monitoring/dashboards/viya/cas-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"release": "OS Kernal",
"state": "State",
"system": "OS Architecture",
"version": "CAS Version"
"version": "OS Version"
}
}
}
Expand Down
Loading