Results 15 comments of Jay Miller

We are indeed using Delta mode: ```csharp reader.TemporalityPreference = MetricReaderTemporalityPreference.Delta; ``` We have a handful of observables. You're suggesting that the time it takes to observe those metrics must be...

I assume you're talking about retries via the HttpClient? If so, then no, I'm using the default factory.

Also, to follow up on the observables: are observables actually queried during the exporter's network call? Looking over our handful of observable counters, they appear quick (eg. `Dictionary.Count`) -- but...

For what it's worth, we are increasing our timeout to 30s to see if that makes any difference. (But this change won't be deployed for a week or so, so.....

I'd like to try and resurrect this issue because we continue to face this problem. To recap, we have a pool of 15 servers that live in three datacenters and...