Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcoltheart committed Dec 6, 2023
1 parent 547782f commit 3130372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public async Task InvokeAsync(HttpContext httpContext)

try
{
var openMetricsRequested = this.AcceptsOpenMetrics(httpContext.Request);
var openMetricsRequested = AcceptsOpenMetrics(httpContext.Request);
var collectionResponse = await this.exporter.CollectionManager.EnterCollect(openMetricsRequested).ConfigureAwait(false);

try
Expand Down

0 comments on commit 3130372

Please sign in to comment.