rack-reqorder 0.4.7 → 0.4.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rack/reqorder/monitor/entities.rb +1 -5
- data/lib/rack/reqorder/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f25501aa934652db3f5cc6a5683838a1b6bd1665
|
4
|
+
data.tar.gz: 9c47d97e22515eac1bde1ad85bfcd259b77a7283
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ee9d658036006d1bd825e7dbc94d1e22cb186682cc5fa31421e2f538c103a8e0e2e66e4a9b65ee82ba87cc4c9d9ff8839999d923673ceeb178d45c946940587
|
7
|
+
data.tar.gz: 00241ea89a34078c7be449ffd537a5f14b181b6dbe79c7e94d02d4368904ffaaf7db1076150119def9155a2cd70aa25967fbcd33018276c07e087a6e1ce5f871
|
@@ -51,7 +51,7 @@ module Rack::Reqorder::Monitor
|
|
51
51
|
end
|
52
52
|
|
53
53
|
class RoutePath24StatisticsEntity < Grape::Entity
|
54
|
-
root :
|
54
|
+
root :route_path_24_statistics
|
55
55
|
present_collection true
|
56
56
|
|
57
57
|
exposures = proc{|aggrs, field|
|
@@ -162,10 +162,6 @@ module Rack::Reqorder::Monitor
|
|
162
162
|
fault.app_exception_ids.map(&:to_s).first(100)
|
163
163
|
end
|
164
164
|
|
165
|
-
with_options(format_with: :association_id) do
|
166
|
-
expose :route_path, as: :route_path_id
|
167
|
-
end
|
168
|
-
|
169
165
|
with_options(format_with: :iso_timestamp) do
|
170
166
|
expose :created_at
|
171
167
|
expose :updated_at
|