Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding metrics to benchmarking capability #1126

Open
wants to merge 3 commits into
base: features/mslearn
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs-mslearn/framework/quantify/benchmarking.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,19 @@ At this point, you implemented best practices based on cross-company benchmarks

<br>

## KPIs and metrics

To ensure effective benchmarking of workloads deployed into Azure, these KPIs provide a framework for comparing unit metrics across workloads helping in identifying performance gaps.

| **KPI** | **Definition** | **Formula** |
|--------------|----------------|---------|
| Metrics definition and alignment | Measures whether the necessary metrics have been defined to align with stakeholder needs. | The number of defined metrics versus the total number of required metrics. |
| Metrics tracking across workloads | Measures whether all metrics are being tracked across all workloads for comparison. | The percentage of workloads with all metrics tracked versus the total number of workloads. |
| Transparency of communication | Measures the transparency of communication of goals and objectives, including all core personas. | The percentage of core personas included in the communication of goals and objectives. |
| Data ingestion and reporting | Measures whether data ingestion, reporting, and dashboards have been developed to track metrics, and how many personas are accessing and analyzing them. | The percentage of workloads with dashboards developed to analyze and compare unit metrics. |

<br>

## Learn more at the FinOps Foundation

This capability is a part of the FinOps Framework by the FinOps Foundation, a non-profit organization dedicated to advancing cloud cost management and optimization. For more information about FinOps, including useful playbooks, training and certification programs, and more, see to the [benchmarking](https://www.finops.org/framework/capabilities/benchmarking) article in the FinOps Framework documentation.
Expand Down