adonis5-prometheus
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -21,3 +21,3 @@ "use strict"; | ||
const includeQueryParams = httpMetricOptions.includeQueryParams; | ||
if (this.isRouteExcluded(ctx)) { | ||
if (!this.isRouteExcluded(ctx)) { | ||
let url = includeRouteParams ? request.url() : route?.pattern; | ||
@@ -24,0 +24,0 @@ if (includeQueryParams && request.parsedUrl.query) { |
{ | ||
"name": "adonis5-prometheus", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Prometheus wrapper for Adonis 5", | ||
@@ -5,0 +5,0 @@ "main": "build/providers/PrometheusProvider.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20932