5 Commits

Author SHA1 Message Date
Clark Boylan
4ef6ea4d10 Fix nodepool API ops Grafana graphs
openstacksdk statsd records for API operations are not response code
specific. This change adds a glob to the statsd record path to include
all return code response metrics in our API graphs. I believe this
change may have come with the openstacksdk 0.103.0 update. We also
update paths for servers POST, server details, and flavor details as
they have changed.

Note the network info is empty which is why we don't get graphs for
them, but the paths appear correct. I think this may be beacuse we don't
need to query network info in any of our clouds currently.

While we are at it we stop updating the airship and inap cloud graphs
since those should be cleaned up and this keeps the review overhead
smaller.

Change-Id: I5a6b80118afaf3b7782a1d1c131787f208583799
2022-12-08 15:42:45 -08:00
Ian Wienand
d4f91931e3 grafana: further path fixes
I mistyped these in I6bd82b38d80db2b56a399f80132a723564f9bc40

Change-Id: I9eb083ce14e4814decf639fee18da9e43ed3a421
2021-09-22 14:55:10 +10:00
Ian Wienand
b803305b41 grafana: fix openstack API stats for providers
I think I generally messed these up on the original import as every
stat seems to refer to the same thing.  Over time, the layout of
openstacksdk stats has changed meaning this doesn't work at all now.

Use stats that are actually in graphite which should show the overall
health of API requests.

Change-Id: I6bd82b38d80db2b56a399f80132a723564f9bc40
2021-09-22 08:23:24 +10:00
Ian Wienand
47c41df68b Fix OSU OSL typo (again! this is so easy to turn around!)
Change-Id: I6579ef62bead53853a5068ea8e6ec1af8be4c4e3
2021-04-15 14:25:30 +10:00
Ian Wienand
ed86eb100b Add OSUOSL resources to nodepool
These resouces kindly donated by OSU OSL (https://osuosl.org/)

We have about 15 ARM64 nodes, we're sticking with just the regular
"os.large" instances.

(re)generate the nodepool graphs to account for this

The mirror site is active

Depends-On: https://review.opendev.org/c/opendev/system-config/+/786155
Change-Id: I8bc34beabd130d4a8bb004b0e029ec96945a95df
2021-04-14 12:26:22 +10:00