Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/ibm-rmf-grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: make test

- name: Lint
uses: golangci/golangci-lint-action@v6
uses: golangci/golangci-lint-action@v8
with:
version: latest
only-new-issues: true
Expand Down
2 changes: 1 addition & 1 deletion docs/grafana/rmf-app/oxygen-webhelp/app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ define(function() {

if(id === 'index-1' || id === 'index-2' || id === 'index-3' || id === 'stopwords'
||id === 'htmlFileInfoList' || id === 'keywords') {
args = '20250404160800';
args = '20250513175015';
}

return (url.indexOf('?') === -1 ? '?' : '&') + args;
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file modified docs/grafana/rmf-app/pdf/rmf_grafana.pdf
Binary file not shown.
260 changes: 179 additions & 81 deletions docs/grafana/rmf-app/rn.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/grafana/rmf-app/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,78 +2,78 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>visual_grafana.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
<url>
<loc>rn.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
<url>
<loc>install_grafana_plugin.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
<url>
<loc>update_plugin.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
<url>
<loc>create_datasources.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
<url>
<loc>db_ovw.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
<url>
<loc>apply_visualize.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
<url>
<loc>query_lang.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
<url>
<loc>variables.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
<url>
<loc>alerts.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
<url>
<loc>historical_data.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
<url>
<loc>error_reports.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
<url>
<loc>ts_issues.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
<url>
<loc>grafana_via_zosmf.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
<url>
<loc>prereq_zosmf.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
<url>
<loc>grafana_config_parms.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
<url>
<loc>define_grafana_zosmf.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
<url>
<loc>access_grafana_zosmf.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
<url>
<loc>pdf_guide.html</loc>
<lastmod>2025-04-04T10:38:00Z</lastmod>
<lastmod>2025-05-13T12:20:14Z</lastmod>
</url>
</urlset>
59 changes: 51 additions & 8 deletions grafana/rmf-app/.golangci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,58 @@
version: '2'
run:
allow-parallel-runners: true

linters:
enable:
- gofmt
- asasalint
- asciicheck
- bidichk
- bodyclose
- contextcheck
- durationcheck
- errchkjson
- errorlint
- fatcontext
- gocheckcompilerdirectives
- gochecksumtype
- gosec
- gosmopolitan
- loggercheck
- makezero
- nilerr
- nilnesserr
- noctx
- perfsprint
- prealloc
- protogetter
- reassign
- recvcheck
- rowserrcheck
- spancheck
- sqlclosecheck
- testifylint
- unparam
- zerologlint
disable:
- wrapcheck
- err113
- musttag
presets:
- bugs
- error
- unused
- performance
- wrapcheck
exclusions:
generated: lax
presets:
- comments
- common-false-positives
- legacy
- std-error-handling
paths:
- third_party$
- builtin$
- examples$
formatters:
enable:
- gofmt
exclusions:
generated: lax
paths:
- third_party$
- builtin$
- examples$
2 changes: 1 addition & 1 deletion grafana/rmf-app/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.17.0
v22.15.0
8 changes: 4 additions & 4 deletions grafana/rmf-app/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Pre-requisites

- `NodeJS`: >=16
- `Yarn`: 1.x.x
- `Go`: >=1.21
- `NodeJS`: see `package.json`
- `Yarn`: see `package.json`
- `Go`: see `go.mod`
- `GNU Make`: >=3.81
- `jq`: >=v1.6
- `zip`: >=3.0
Expand All @@ -16,4 +16,4 @@
- Navigate to the directory `grafana/rmf-app`.
- Execute the command: `make all`.
This creates the `./build` directory and once successful you can find the
`ibm-rmf-grafana-<VERSION>.zip` and `ibm-rmf-grafana-<VERSION>.zip.md5` files there.
`ibm-rmf-grafana-<VERSION>.zip` and `ibm-rmf-grafana-<VERSION>.zip.md5` files there.
6 changes: 6 additions & 0 deletions grafana/rmf-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.0.9 (2025-05-22)

- IBM RMF for z/OS Grafana plugin has been enhanced to optimize the step size when querying and displaying time series data, based on the selected time range and panel size. This enhancement ensures that panels display the required number of data points.
- A bug has been fixed that was causing specific data points to be dropped from time series views, resulting in a flat line in the graphs.
- Fixed internally found defects.

## 1.0.8 (2025-04-04)

- A new option, Compression, has been added to the data source creation process. This option enables the RMF data source to request HTTP compression from the Data Distributed Server (DDS) during data retrieval, which improves the efficiency of data transfer.
Expand Down
2 changes: 2 additions & 0 deletions grafana/rmf-app/doc/src/conref.dita
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<shortdesc/>
<conbody>
<p><ph id="plugin_name">IBM RMF for z/OS Grafana</ph></p>
<p><ph id="plugin_name_short">RMF for z/OS Grafana</ph></p>
<p><ph id="rmf_short">RMF for z/OS</ph></p>
<p><ph id="rmf_full">Resource Measurement Facility for z/OS</ph></p>
<p><ph id="dds_full">Distributed Data Server</ph></p>
Expand Down Expand Up @@ -54,6 +55,7 @@
<uicontrol>Verify the server’s certificate chain/hostname</uicontrol> option
is also enabled.</note>
</p>
<p id="p_lxj_4jw_hfc">Fixed internally found defects.</p>
</section>
</conbody>
</concept>
2,200 changes: 2,200 additions & 0 deletions grafana/rmf-app/doc/src/pdf/rmf_grafana.fo

Large diffs are not rendered by default.

Loading
Loading