Add a Prometheus handler. (#591)

* Add a Prometheus handler.

* Address comments
This commit is contained in:
Brendan Burns
2021-04-09 08:53:05 -07:00
committed by GitHub
parent 17a89f2939
commit 7d66489cb4
6 changed files with 224 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
<PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.1.3" />
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.10" />
<PackageReference Include="prometheus-net" Version="4.1.1" />
<PackageReference Include="YamlDotNet" Version="8.1.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="System.Buffers" Version="4.5.1" />