Skip to content

Commit

Permalink
Fixing extracting metric path for SFS Turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirhasko authored Nov 27, 2024
1 parent 5be7ab6 commit 195c88a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions otcextensions/sdk/sfsturbo/v1/_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ class Proxy(proxy.Proxy):

skip_discovery = True

def _extract_name(self, url, service_type=None, project_id=None):
return extract_url_parts(url, project_id)

Check warning on line 24 in otcextensions/sdk/sfsturbo/v1/_proxy.py

View check run for this annotation

otc-zuul / eco/check

otcextensions/sdk/sfsturbo/v1/_proxy.py#L24

pep8: F821 undefined name 'extract_url_parts'

# ========== Sfs Turbo ==========
def shares(self, **query):
"""Return a generator of sfs turbo file systems
Expand Down

0 comments on commit 195c88a

Please sign in to comment.