opentelekomcloud / python-otcextensions

Extension of the OpenStackSDK && OpenStackClient with OpenTelekomCloud services
https://docs.otc-service.com/python-otcextensions
Apache License 2.0
24 stars 23 forks source link

provide proper naming of swr metrics in sdk proxy as they are cut of to only 1st / level #403

Closed vladimirhasko closed 4 months ago

vladimirhasko commented 5 months ago

For queries like:

  - /manage/shared-repositories?center=self
  - /manage/repos
  - /manage/namespaces

When producing the metrics the otcextensions automatically cut of the part of the uri after 2nd "/" and all the different metrics are named samely "manage". Crete overwriting function which will customize the metric naming to be constructed by the strings after 2nd "/".

anton-sidelnikov commented 4 months ago

done