routes_alerts 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/routes_alerts/metrics/duration.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fec11f2d8dfb90ea3add89545390f9541e467fd2051d2716afa605bb7c708dc1
|
|
4
|
+
data.tar.gz: 67d4ee84379505e70adf1409b928b54c48ecfa9fc906b7e311e596b0f602ae22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56c3fffb3845fc8091fe26401c90dbb5f773c2063ac069a6c48572b2f267c22e27fa660c6372e261100cc8684b2f4839dc87ffdc2225cb7be59e6a5f458c00f6
|
|
7
|
+
data.tar.gz: b8d9e35f67e73779656accb5f86384ae597cf7770d2a27fae001d906696760cacae33f30183434fff771545b4f67d1a11a046ce4c91abdf38cb399ff4405a9f2
|
|
@@ -2,7 +2,7 @@ require_relative "./base.rb"
|
|
|
2
2
|
|
|
3
3
|
class RoutesAlerts::Duration < RoutesAlerts::Base
|
|
4
4
|
def filter_pattern
|
|
5
|
-
"{ $.path = \"#{route_info.path}\" && $.method = \"#{route_info.method}\"
|
|
5
|
+
"{ $.path = \"#{route_info.path}\" && $.method = \"#{route_info.method}\" }"
|
|
6
6
|
end
|
|
7
7
|
|
|
8
8
|
def metric_params
|