File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
.github/actions/run-monitored-tmpnet-cmd Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 88
88
TMPNET_START_METRICS_COLLECTOR : ${{ inputs.prometheus_username != '' }}
89
89
# Skip local log collection when nodes are running in kube since collection will occur in-cluster.
90
90
TMPNET_START_LOGS_COLLECTOR : ${{ inputs.loki_username != '' && inputs.runtime == 'process' }}
91
- TMPNET_CHECK_METRICS_COLLECTED : ${{ inputs.prometheus_username != '' }}
92
- TMPNET_CHECK_LOGS_COLLECTED : ${{ inputs.loki_username != '' }}
91
+ # TODO(marun) Re-enable these checks as part of a PR updating the metrics links
92
+ # TMPNET_CHECK_METRICS_COLLECTED: ${{ inputs.prometheus_username != '' }}
93
+ # TMPNET_CHECK_LOGS_COLLECTED: ${{ inputs.loki_username != '' }}
93
94
LOKI_URL : ${{ inputs.loki_url }}
94
95
LOKI_PUSH_URL : ${{ inputs.loki_push_url }}
95
96
LOKI_USERNAME : ${{ inputs.loki_username }}
You can’t perform that action at this time.
0 commit comments