File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1818module TestData
1919 module JSON
2020 # trim white spaces
21- METRICS = ::JSON . generate ( ::JSON . parse ( File . read ( File . join ( __dir__ , "./fluent/assets/metrics.json" ) ) ) )
22- TRACES = ::JSON . generate ( ::JSON . parse ( File . read ( File . join ( __dir__ , "./fluent/assets/traces.json" ) ) ) )
23- LOGS = ::JSON . generate ( ::JSON . parse ( File . read ( File . join ( __dir__ , "./fluent/assets/logs.json" ) ) ) )
21+ METRICS = ::JSON . generate ( ::JSON . parse ( File . read ( File . join ( __dir__ , "./fluent/assets/data/ metrics.json" ) ) ) )
22+ TRACES = ::JSON . generate ( ::JSON . parse ( File . read ( File . join ( __dir__ , "./fluent/assets/data/ traces.json" ) ) ) )
23+ LOGS = ::JSON . generate ( ::JSON . parse ( File . read ( File . join ( __dir__ , "./fluent/assets/data/ logs.json" ) ) ) )
2424
2525 INVALID = '{"resourceMetrics": "invalid"}'
2626 end
You can’t perform that action at this time.
0 commit comments