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.

Production - [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
  • count_ 2

Metric Graph

Go to rule

@dotnet/dnceng, please investigate

Automation information below, do not change

Grafana-Automated-Alert-Id-a5641c4a6d8e4e499f1710aa8386d81b

Issue Analytics

  • State:closed
  • Created 8 months ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

0reactions
oleksandr-didykcommented, Jan 6, 2023

Just as a quick reference to the work done -> pointed Yulia to the following migration doc that outlines which pools should be used in different scenarios

Read more comments on GitHub >

github_iconTop Results From Across the Web

Alerting Service Processing - Alert Lab - The Orion Platform
I need to understand how the Alerting Service on your primary poller ... have made multiple production changes, but still the issue remains....
Read more >
An Introduction to Metrics, Monitoring, and Alerting
In this guide, we will discuss what metrics, monitoring, ... while information is produced by analyzing and organizing data to build context ...
Read more >
Production-ready Features
Spring Boot includes a number of built-in endpoints and lets you add ... by monitoring software to alert someone when a production system ......
Read more >
DevOps measurement: Monitoring and observability
Access to tools and data that help trace, understand, and diagnose infrastructure problems in your production environment, including interactions between ...
Read more >
IntelliConnect Pool Control and Monitoring System
Control your swimming pool system and monitor water chemistry. All from the easy-to-use dashboard on your smart device. Receive alerts sent directly to...
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