Commit 2a349a7
File tree
10 files changed
+183
-3
lines changedFilter options
- Benchmark.NetCore
- Prometheus.AspNetCore.Grpc
10 files changed
+183
-3
lines changedBenchmark.NetCore/Benchmark.NetCore.csproj
Copy file name to clipboardExpand all lines: Benchmark.NetCore/Benchmark.NetCore.csproj+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| 33 | + |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
|
Benchmark.NetCore/GrpcExporterBenchmarks.cs
Copy file name to clipboard+62
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
Prometheus.AspNetCore.Grpc/GrpcMetricsMiddlewareExtensions.cs
Copy file name to clipboardExpand all lines: Prometheus.AspNetCore.Grpc/GrpcMetricsMiddlewareExtensions.cs+5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
32 | 37 |
|
33 | 38 |
|
34 | 39 |
|
|
Prometheus.AspNetCore.Grpc/GrpcMiddlewareExporterOptions.cs
Copy file name to clipboardExpand all lines: Prometheus.AspNetCore.Grpc/GrpcMiddlewareExporterOptions.cs+2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
| 7 | + |
6 | 8 |
|
7 | 9 |
|
Prometheus.AspNetCore.Grpc/GrpcRequestCountMiddleware.cs
Copy file name to clipboardExpand all lines: Prometheus.AspNetCore.Grpc/GrpcRequestCountMiddleware.cs+11-3
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
22 |
| - |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
23 | 31 |
|
24 | 32 |
|
25 | 33 |
|
|
Prometheus.AspNetCore.Grpc/GrpcRequestDurationMiddleware.cs
Copy file name to clipboard+50
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
Prometheus.AspNetCore.Grpc/GrpcRequestDurationOptions.cs
Copy file name to clipboard+10
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
Prometheus.AspNetCore.Grpc/GrpcRequestLabelNames.cs
Copy file name to clipboardExpand all lines: Prometheus.AspNetCore.Grpc/GrpcRequestLabelNames.cs+8
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
12 | 20 |
|
13 | 21 |
|
14 | 22 |
|
|
Prometheus.AspNetCore.Grpc/GrpcRequestMiddlewareBase.cs
Copy file name to clipboardExpand all lines: Prometheus.AspNetCore.Grpc/GrpcRequestMiddlewareBase.cs+6
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
| 2 | + |
| 3 | + |
2 | 4 |
|
3 | 5 |
|
4 | 6 |
|
| ||
76 | 78 |
|
77 | 79 |
|
78 | 80 |
|
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
79 | 85 |
|
80 | 86 |
|
81 | 87 |
|
|
Prometheus.AspNetCore.Grpc/HttpResponseExtensions.cs
Copy file name to clipboard+28
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
0 commit comments