Andrey M.
Andrey M.

Reputation: 3806

Choose App Center or Application Insights for WinForms application

I have a Winforms application that is currently using Application Insights SDK to capture error logs, events, exceptions, form views, and another telemetry. App Center now supports WinForms applications and it also supports exporting the telemetry into Application Insights. The question I have now is should I remove Application Insights SDK from my WinForms app and use AppCenter SDK instead? Are there any benefits of doing that?

Upvotes: 1

Views: 960

Answers (1)

PerfectlyPanda
PerfectlyPanda

Reputation: 3501

It would be difficult to steer you one way or another without knowing your exact situation. As you have noted, either one will work. If you want a generic answer, App Center is the one designed for monitoring desktop apps.

I can do is give you some guidance on what things to consider when making your decision.

  1. Both systems support custom metrics, however, the base set of metrics will diverge over time as App Insights is geared towards web apps whereas App Center is focused on Mobile and Desktop clients. If App Center offers baseline metrics that better suit your needs than it will be easier to maintain than custom metrics within App Insights.

  2. The two systems have different pricing models. (App Insights) (App Center). This means there may be a significant cost difference depending on how you leverage the service.

  3. If you are using several different Azure services but would only use the monitoring in App Center, then it may be simpler to stick with App Insights. I would put more weight into items 1 and 2, but administration carries costs as well.

Upvotes: 2

Related Questions