microsoft / microsoft/DurableFunctionsMonitor
Support for Tags field
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 290
- Forks
- 46
- Avg merge
- 6m
- Merged PRs (30d)
- 1
Description
Azure Durable Functions has now support for Tags - IDictionary<string, string>.
They can be specified on create of an activity TaskOptions or orchestrator StartOrchestrationOptions. Their intention is to store log correlation context.
Can they please be added to the Durable Function Monitor for troubleshooting & tracking?
Contributor guide
No contributing guide indexed for this repository
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
No files or tests are named. Start by locating where the Durable Function Monitor reads activity and orchestration options, then trace how monitor data is presented for troubleshooting. Done means the Tags values supplied through TaskOptions or StartOrchestrationOptions are available for tracking.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, typescript
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100