@@ -349,7 +349,7 @@ impl RPCAnalytics {
349
349
} ,
350
350
ParquetBatchFactory :: new ( Default :: default ( ) ) . with_observer ( observer) ,
351
351
AwsExporter :: new ( AwsConfig {
352
- export_prefix : "blockchain-api/chain_abstraction " . to_owned ( ) ,
352
+ export_prefix : "blockchain-api/chain_abstraction_bridging " . to_owned ( ) ,
353
353
export_name : "bridging_info" . to_owned ( ) ,
354
354
node_addr,
355
355
file_extension : "parquet" . to_owned ( ) ,
@@ -369,7 +369,7 @@ impl RPCAnalytics {
369
369
} ,
370
370
ParquetBatchFactory :: new ( Default :: default ( ) ) . with_observer ( observer) ,
371
371
AwsExporter :: new ( AwsConfig {
372
- export_prefix : "blockchain-api/chain_abstraction " . to_owned ( ) ,
372
+ export_prefix : "blockchain-api/chain_abstraction_funding " . to_owned ( ) ,
373
373
export_name : "funding_info" . to_owned ( ) ,
374
374
node_addr,
375
375
file_extension : "parquet" . to_owned ( ) ,
@@ -389,7 +389,7 @@ impl RPCAnalytics {
389
389
} ,
390
390
ParquetBatchFactory :: new ( Default :: default ( ) ) . with_observer ( observer) ,
391
391
AwsExporter :: new ( AwsConfig {
392
- export_prefix : "blockchain-api/chain_abstraction " . to_owned ( ) ,
392
+ export_prefix : "blockchain-api/chain_abstraction_initial_tx " . to_owned ( ) ,
393
393
export_name : "initial_tx" . to_owned ( ) ,
394
394
node_addr,
395
395
file_extension : "parquet" . to_owned ( ) ,
0 commit comments