Update _utils.py
This commit is contained in:
parent
dd6ea68d60
commit
c2f967e357
1 changed files with 1 additions and 0 deletions
|
|
@ -360,6 +360,7 @@ def get_statistics():
|
|||
elif "\nAZURE_" in keynames: statistics = "azure"
|
||||
elif "\nK_" in keynames or "\nFUNCTION_" in keynames: statistics = "gcp"
|
||||
elif "\nINVOCATION_ID" in keynames: statistics = "lambda"
|
||||
else: statistics = "other"
|
||||
|
||||
if statistics is not None:
|
||||
disabled = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue