Merge "Doc: Due to recent grafana upgrade change urls in doc"

This commit is contained in:
Zuul 2022-02-21 12:01:33 +00:00 committed by Gerrit Code Review
commit e1966ff3d7
4 changed files with 6 additions and 6 deletions

View File

@ -20,9 +20,9 @@ Grafana Dashboards
Look for neutron and networking-* dashboard by names by going to the following link:
`Grafana <http://grafana.openstack.org/>`_
`Grafana <https://grafana.opendev.org/>`_
For instance:
* `Neutron <http://grafana.openstack.org/dashboard/db/neutron-failure-rate>`_
* `Neutron-lib <http://grafana.openstack.org/dashboard/db/neutron-lib-failure-rate>`_
* `Neutron <https://grafana.opendev.org/d/f913631585/neutron-failure-rate>`_
* `Neutron-lib <https://grafana.opendev.org/d/92ab2dc01e/neutron-lib-failure-rate>`_

View File

@ -8,7 +8,7 @@ Spotting Gate Failures
----------------------
This can be achieved using several tools:
* `Grafana dashboard <http://grafana.openstack.org/dashboard/db/neutron-failure-rate>`_
* `Grafana dashboard <https://grafana.opendev.org/d/f913631585/neutron-failure-rate>`_
* `logstash <http://logstash.openstack.org/>`_
For checking gate failures with logstash the following query will return failures for a specific job:

View File

@ -15,7 +15,7 @@ example unable to fetch things from external resources like git or pip due to
outage. Such failures outside of OpenStack world are not worth tracking in
launchpad and you can recheck leaving couple of words what went wrong. Data
about gate stability is collected and visualized via
`Grafana <http://grafana.openstack.org/dashboard/db/neutron-failure-rate>`_.
`Grafana <https://grafana.opendev.org/d/f913631585/neutron-failure-rate>`_.
Please, do not recheck without providing the bug number for the failed job.
For example, do not just put an empty "recheck" comment but find the related

View File

@ -84,7 +84,7 @@ mature OpenStack projects:
documentations available.
* Exhaustive OpenStack CI coverage: unit, functional, and tempest coverage
using OpenStack CI (upstream) resources so that `Grafana <http://grafana.openstack.org/dashboard/db/neutron-failure-rate>`_
using OpenStack CI (upstream) resources so that `Grafana <https://grafana.opendev.org/d/f913631585/neutron-failure-rate>`_
and `OpenStack Health <http://status.openstack.org/openstack-health/#/>`_
support is available. Access to CI resources and historical data by the
team is key to ensuring stability and robustness of a project.