Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 11 forks source link

Retrieve Container and Service Metrics #318

Open guibirow opened 5 years ago

guibirow commented 5 years ago

SF need an API to expose usage metrics from running containers and services, at least basic information like:

Also, these metrics should be easily integrated to Application Insight

tomkerkhove commented 5 years ago

Actually all these metrics should end up in Azure Monitor which is the heart of Azure for this and provides an API.

malytskyy commented 5 years ago

How is it possible to set up auto-scaling policy without access to this metrics? Also need some metrics for IO-bound application