AppMetrics / InfluxDB

App Metrics Extensions for InfluxDB reporting
https://www.app-metrics.io/reporting/reporters/influx-data/
Apache License 2.0
17 stars 13 forks source link

Used Polly as execution engine for HTTP calls #28

Open gickis opened 6 years ago

gickis commented 6 years ago

The issue or feature being addressed

Details on the issue fix or feature implementation

Confirm the following

alhardy commented 6 years ago

As mentioned here not sure I want to take the dependency.

Does the benefit outweigh taking on the dependency i.e. worth users of App Metrics dealing with potential version conflicts in their apps?

What are the benefits in using Polly versus a very simple implementation?

gickis commented 6 years ago

I know that Polly it's additional dependency to project, but on other hand using 3rd party frameworks will give us ability to concentrate on business logic instead of infrastructure things like "retry with backoff".

I even think that adding Polly will show to developers that App.Metrics is "Powered by Polly" and as result it could be positive indicator to App.Metrics project!