microsoft / microsoft/AzureMonitor-Grafana

Add Azure Health Models monitoring experience

Open
#46 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
7
Forks
4
PR merge metrics
No merged PRs in 30d

Description

Problem

Azure Health Models provide a topology-oriented view of current application health, but users must currently leave Grafana to inspect model inventory, entity health, and relationships.

Proposal

Add a read-only Azure Health Models experience to the Azure Cloud Native Monitoring app that:

  • Discovers Health Models in a selected subscription.
  • Loads the selected model's entities and relationships from the Microsoft.CloudHealth ARM API.
  • Summarizes current entity health states and basic model information.
  • Reuses the configured Azure Monitor datasource as authenticated ARM transport.

Initial scope

  • One subscription and one selected model at a time.
  • Current state only.
  • Read-only GET requests.
  • Bounded ARM pagination and explicit partial-result handling.

Model editing, signal configuration, history, and relationship graph visualization can be considered separately after the initial experience is validated.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Azure Cloud Native Monitoring app entry point and how the configured Azure Monitor datasource transports authenticated ARM requests. Review the Microsoft.CloudHealth ARM API flow for subscription and model discovery, entity and relationship loading, pagination, and partial results. Done means a read-only view for one subscription and selected model showing current entity health and basic model information.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, grafana, typescript
Domain
cloud, frontend, observability-sre
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.