Marco Antonio Regueira

Results 16 comments of Marco Antonio Regueira

Hi I've just needed exactly the same thing. It is easy to do adding a copy of [this file ](https://github.com/elastic/apm-agent-dotnet/blob/master/src/Elastic.Apm/Config/EnvironmentConfigurationReader.cs)to your project and replacing the Read method with something like...

I'm closing #708. As suggested this seems a better place for the matter. Just for the record, my suggestion was to allow registration of more (and custom) IMetricsProvider. The OTB...

I've set the label as bug instead of "feature request" because in many cases I'm no receiving any transaction records, and, to my understanding, that's something that shouldn't happen.

Thanks for your answer. I agree that it would be hard to keep the application working until the queue is cleared... Polling the queue for status is a small price...

Hi. I have checked the class FillerManager. and it seems it wouldn't need a full refactoring as suggested. Just a few lock sentences protecting the access to the type dictionary...

Just added a pull request for making type registration thread safe. https://github.com/MisterJames/GenFu/pull/133. Check the PR for details. That would solve https://github.com/MisterJames/GenFu/issues/132 too.

Please check PR https://github.com/MisterJames/GenFu/pull/133.

Hi @dpaquette. I've got some tests failing randomly because of the problem listed in this issue. I'd rather prefer not disabling the parallel tests. Running them in parallel increases my...

Hi! I've sent you a pull request implementing this feature (#700). I hope you find it useful.

Nice feature to test the examples in the documentation. 😄 There was an use case in the docs that was not in the code, in the file `2010-01-02-creating-a-substitute.markdown`. ![image](https://user-images.githubusercontent.com/2399984/180312082-f3e74099-8973-486b-8bca-dabfcbfc4612.png) There...