We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c31335 commit 44d2967Copy full SHA for 44d2967
.ci/metrics/metrics.py
@@ -179,6 +179,10 @@ def github_get_metrics(
179
datetime.datetime.now(datetime.timezone.utc) - completed_at
180
).total_seconds() / 60
181
if metric_age_mn > GRAFANA_METRIC_MAX_AGE_MN:
182
+ logging.info(
183
+ f"Job {job.id} from workflow {task.id} dropped due"
184
+ + f" to staleness: {metric_age_mn}mn old."
185
+ )
186
continue
187
188
logging.info(f"Adding a job metric for job {job.id} in workflow {task.id}")
0 commit comments