Closed machine424 closed 3 months ago
@machine424: This pull request references MON-3108 which is a valid jira issue.
Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the epic to target the "4.17.0" version, but no target version was set.
@machine424: This pull request references MON-3108 which is a valid jira issue.
Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the epic to target the "4.17.0" version, but no target version was set.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: machine424, sferich888
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/retest
@machine424: all tests passed!
Full PR test history. Your PR dashboard.
[ART PR BUILD NOTIFIER]
Distgit: ose-must-gather This PR has been included in build ose-must-gather-container-v4.18.0-202407311714.p0.gb37c260.assembly.stream.el9. All builds following this will include this PR.
This introduces a new
gather_metrics
script. The script leverages the newpromtool tsdb dump-openmetrics
command to extract metrics in OpenMetrics format.The script accepts some arguments, run: $ ./collection-scripts/gather_metrics for more details.
The dumpoed metrics can be imported into a Prometheus instance using: $ promtool tsdb create-blocks-from openmetrics For more information, refer to https://prometheus.io/docs/prometheus/latest/command-line/promtool/#promtool-tsdb-create-blocks-from
Note that in some cases, using
increase()
or{i}rate()
functions on the imported data may return negative or inaccurate results. This issue is under investigation and will be fixed upstream.Recommendations:
the next step would be to add some out-of-the box metrics in
gather_monitoring
, see https://github.com/openshift/must-gather/pull/389