Saul Rennison

Results 15 issues of Saul Rennison

Adds new metrics on .NET 5+: - `dotnet_dns_lookups_total`: The number of DNS lookups requested since the process started - `dotnet_dns_lookup_duration_avg_seconds`: The average time taken for a DNS lookup

![image](https://user-images.githubusercontent.com/64654/83978952-de21b080-a902-11ea-8c9f-9fd07ab3e0f3.png) **Todo**: - [ ] Write tests - [ ] Fix regular string support - escape characters are seemingly ignored - [ ] Support RegExpPattern attribute

![image](https://user-images.githubusercontent.com/64654/82159127-f95d4b00-9883-11ea-8a08-fdc3b21b6e72.png) **Todo**: - [ ] Resolve todos in code - [ ] Write more tests

![image](https://user-images.githubusercontent.com/64654/80620290-b30f8b80-8a3d-11ea-9f52-2c922250a4b5.png) **Todo**: - [x] Hook into various the _Parameter Name Hints > Type Name Hints_ settings

There are ~50 remaining failing tests that I'm not sure how to fix up. It may be easier for you to go through them one by one @auduchinok?