Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lichenggang
/
tas_monitor
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f67809c7
authored
Apr 08, 2022
by
陈森彬
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
f4f041ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
utils/es_api.py
utils/es_api.py
View file @
f67809c7
...
@@ -126,7 +126,7 @@ def get_task_error_rate(time_range=30, error_rate=30):
...
@@ -126,7 +126,7 @@ def get_task_error_rate(time_range=30, error_rate=30):
res
=
requests
.
post
(
url
,
json
=
query
)
res
=
requests
.
post
(
url
,
json
=
query
)
# value = response['aggregations']['avgFailRate']['value']
# value = response['aggregations']['avgFailRate']['value']
buckets
=
res
.
json
()[
'aggregations'
][
'
avgFailRate'
][
'value
'
]
if
res
.
status_code
==
200
and
res
.
json
()[
'aggregations'
][
'taskCodes'
][
'buckets'
]
else
""
buckets
=
res
.
json
()[
'aggregations'
][
'
taskCodes'
][
'buckets
'
]
if
res
.
status_code
==
200
and
res
.
json
()[
'aggregations'
][
'taskCodes'
][
'buckets'
]
else
""
if
buckets
:
if
buckets
:
return
gen_msg
(
time_range
,
buckets
)
return
gen_msg
(
time_range
,
buckets
)
return
return
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment