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 8888 TMPNET_START_METRICS_COLLECTOR : ${{ inputs.prometheus_username != '' }}
8989 # Skip local log collection when nodes are running in kube since collection will occur in-cluster.
9090 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 != '' }}
9394 LOKI_URL : ${{ inputs.loki_url }}
9495 LOKI_PUSH_URL : ${{ inputs.loki_push_url }}
9596 LOKI_USERNAME : ${{ inputs.loki_username }}
You can’t perform that action at this time.
0 commit comments