question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Staging - [Alerting] Servicing Builds Running in R&D Pools Alert

See original GitHub issue

💔 Metric state changed to alerting

Please run the following query to identify the delinquent pipelines:

TimelineBuilds
| where QueueTime > ago(1d)
| where replace_string( Repository, '/','-') in ('dotnet-runtime', 'dotnet-arcade', 'dotnet-aspnetcore', 'dotnet-sdk', 'dotnet-winforms', 'dotnet-installer', 'dotnet-runtimelab', 'aspnet-Benchmarks', 'dotnet-templating', 'dotnet/fsharp', 'dotnet-release')
| where SourceBranch has 'release'
| join kind=inner (TimelineRecords
                    | where Order != 0
                    | where strlen(Path) == 11
                    | where WorkerName has 'NetCore1ESPool-' or WorkerName has 'NetCore-'
                    | where not(WorkerName has '-Svc')
                    | summarize arg_min(WorkerName, *) by RecordId, BuildId ) on BuildId

Go to rule

@dotnet/dnceng, please investigate

Automation information below, do not change

Grafana-Automated-Alert-Id-a5641c4a6d8e4e499f1710aa8386d81b

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
jonfortescuecommented, Nov 23, 2022

oh nvm lol

0reactions
MattGalcommented, Nov 28, 2022

I think Matt has also said that so long as the main repos/big hitters are moved over, we are caring a bit less about this alert? I can’t remember. We’ll have to talk to Matt after the holiday.

This is correct, there’s just too many unusual special cases like release branches using Arcade main or “the ‘main’ branch has ‘release’ in the name” going on to make this rule actually reliable. I will check it out today though and see if there’s new places to move builds over.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Manage the snapshot pool | Backup and DR
Backup and DR Service creates a snapshot from the image on the staging disk, and stores the snapshot in the snapshot pool for...
Read more >
Create Dataproc metric alerts
You can create a Monitoring alert that notifies you when a Dataproc cluster or job metric exceeds a specified threshold.
Read more >
Pipeline deployment approvals - Azure DevOps
Alerts are a standard means to detect issues with the health of infrastructure or application, and take corrective actions. Canary deployments ...
Read more >
An Introduction to Metrics, Monitoring, and Alerting
In this guide, we will discuss what metrics, monitoring, and alerting are. ... Service status and availability; Success and error rates; Run ......
Read more >
Create and manage agent pools - Azure Pipelines
Learn about organizing agents into pools for builds and releases in Azure Pipelines and Team Foundation Server.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found