Azure / Azure/durabletask

Any plan to make the stats component extensible?

Open
#423 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
1.7k
Forks
335
Avg merge
2d 23h
Merged PRs (30d)
6

Description

It seems that AzureStorageOrchestrationService use AzureStorageOrchestrationServiceStats instead of some general interface to track internal metrics. That makes it not extensible and hard to export the metrics to third party monitoring platform like Prometheus, Azure Monitor etc.
https://github.com/Azure/durabletask/blob/66e19e1262d6a29949afe9390f7556a8b44f5a63/src/DurableTask.AzureStorage/Monitoring/AzureStorageOrchestrationServiceStats.cs#L19-L38

Though one could listen to the "DurableTask-AzureStorage" event source and parse the log to get the metrics, but that did not sound very elegant.

Do we have any plan to improve it?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.