Join us

ContentUpdates and recent posts about Flogo..
Discovery IconThat's all about @Flogo — explore more posts below...
Link
@hamzmu shared a link, 4 hours ago
Fellow, Rootly

On-Call Burnout: What Incident Data Doesn’t Show

Incident dashboards measure system health, but rarely show the workload and strain engineers face when responding to alerts. Incident load isn’t only about the number of incidents, but the patterns surrounding them. In this article we explore these patterns and introduce On-Call Health, an open-source tool that analyzes engineering signals to surface early burnout trends, highlighting why incident volume alone isn’t enough and why after-hours interruptions, workload stacking, and long-term trends matter.

https___dev-to-uploads.s3.amazonaws.com_uploads_articles_nv7wk3k0nzlublr1nm43
 Activity
@sagar0041 started using tool Jenkins , 1 day, 16 hours ago.
 Activity
@sagar0041 started using tool Kubernetes Dashboard , 1 day, 16 hours ago.
 Activity
@ishanupadhyay started using tool Jenkins , 1 day, 23 hours ago.
 Activity
@ishanupadhyay started using tool Azure Pipelines , 1 day, 23 hours ago.
 Activity
@ishanupadhyay started using tool Terragrunt , 1 day, 23 hours ago.
 Activity
@ishanupadhyay started using tool Terraform , 1 day, 23 hours ago.
 Activity
@ishanupadhyay started using tool Sonatype Nexus , 1 day, 23 hours ago.
 Activity
@ishanupadhyay started using tool SonarQube , 1 day, 23 hours ago.
 Activity
@ishanupadhyay started using tool Snyk , 1 day, 23 hours ago.
Project Flogo, a Go-based open source ecosystem for building event-driven apps is designed to abstract the event processing paradigm from event consumption enabling devs to build once, consume from anywhere and process using any of the supported actions.

At its core, Flogo Core, a lightweight app kernel responsible for all of the event-driven magic exposed to app devs via the Actions, Triggers & Activities (the core building blocks for your apps)!

Flogo Core provides the following key benefits:

- Action chaining enables communication between one or more capabilities in a single, sub 10MB binary!
- Common contribution model build activities and triggers that can be leveraged by all capabilities
- Extensible easily extend the capabilities available by building your own action using the common interfaces