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.

Expiration of Service Fabric Health Reports

See original GitHub issue

In case of throttling the ServiceFabricHealthReporter writes the following warning to the Service Fabric Health system:

 'Service1' reported Warning for property 'Connectivity'. An event was dropped from the diagnostic pipeline because there was not enough capacity

Given that the TTL of this health report is infinite, how is this message supposed to disappear when the throttling is over? Or to rephrase, on what condition is the property ‘Connectivity’ set again to a healthy state ?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
karolz-mscommented, Mar 27, 2019

Service Fabric package 1.5.1 should have this change

0reactions
karolz-mscommented, Mar 26, 2019

Reopen till new Nuget packages are published

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add custom Service Fabric health reports - Azure
If the service replica is up, but it is deadlocked or having other issues, the report expires in the health store. In this...
Read more >
Troubleshoot with system health reports - Azure Service ...
When the expiration is at least two weeks away, the report health state is OK. When the expiration is within two weeks, the...
Read more >
Introduction to Service Fabric Health Monitoring
Service Fabric introduces a health model that provides rich, flexible and extensible health evaluation and reporting. This includes near real-time ...
Read more >
HealthInformation | @azure/servicefabric
Represents common health report information. It is included in all health reports sent to health store and in all health events returned by...
Read more >
How to clear/acknowledge a warning in the Service Fabric ...
In your case, I believe it expires by itself after a period of time (the report TTL). If TTL is 5 minutes and...
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