microsoft / microsoft/AzureMonitor-Grafana
Add Azure Health Models monitoring experience
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.CloudHealthARM 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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