Lombiq/Hosting-Tenants

Surface some numbers as .NET metrics (OSOE-752)

Piedone opened this issue · 0 comments

.NET metrics are a way to surface, well, metrics, from the app in a structured, standard way, so monitoring systems can display and act on them (though I don't see Application Insights supporting them). They can also be displayed on the Orchard Core dashboard, for example.

We could surface some metrics that these modules gather as .NET metrics for this. E.g.:

  • Conditionally enabled features.
  • Maintenances being run on tenants.
  • Tenants going idle (and how many tenants are awake).
  • E-mails being sent, quota usage.
  • Media storage usage, quota usage.

Jira issue