Skip to content

Commit 435c7ab

Browse files
committed
Update workflow_analysis.xml
relabel null status workflows as in progress
1 parent 7f63416 commit 435c7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_app_for_splunk/default/data/ui/views/workflow_analysis.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<chart>
2121
<title>Workflow Conclusions Over Time</title>
2222
<search>
23-
<query>index=github_webhook "workflow_run.name"="*" | spath "repository.full_name" | search repository.full_name="$repos$" | stats latest(_time) as _time, latest(workflow_run.conclusion) as workflow_run.conclusion by repository.full_name,workflow_run.name,workflow_run.id | timechart count by workflow_run.conclusion span=1h</query>
23+
<query>index=github_webhook "workflow_run.name"="*" | spath "repository.full_name" | search repository.full_name="$repos$" | stats latest(_time) as _time, latest(workflow_run.conclusion) as workflow_run.conclusion by repository.full_name,workflow_run.name,workflow_run.id | timechart count by workflow_run.conclusion span=1h | rename null as "in-progress"</query>
2424
<earliest>$field1.earliest$</earliest>
2525
<latest>$field1.latest$</latest>
2626
<sampleRatio>1</sampleRatio>

0 commit comments

Comments
 (0)