Skip to content

Commit c2f8f6c

Browse files
authored
chore: fix CA analytics dirs (#952)
1 parent 79bd859 commit c2f8f6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/analytics/mod.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ impl RPCAnalytics {
349349
},
350350
ParquetBatchFactory::new(Default::default()).with_observer(observer),
351351
AwsExporter::new(AwsConfig {
352-
export_prefix: "blockchain-api/chain_abstraction".to_owned(),
352+
export_prefix: "blockchain-api/chain_abstraction_bridging".to_owned(),
353353
export_name: "bridging_info".to_owned(),
354354
node_addr,
355355
file_extension: "parquet".to_owned(),
@@ -369,7 +369,7 @@ impl RPCAnalytics {
369369
},
370370
ParquetBatchFactory::new(Default::default()).with_observer(observer),
371371
AwsExporter::new(AwsConfig {
372-
export_prefix: "blockchain-api/chain_abstraction".to_owned(),
372+
export_prefix: "blockchain-api/chain_abstraction_funding".to_owned(),
373373
export_name: "funding_info".to_owned(),
374374
node_addr,
375375
file_extension: "parquet".to_owned(),
@@ -389,7 +389,7 @@ impl RPCAnalytics {
389389
},
390390
ParquetBatchFactory::new(Default::default()).with_observer(observer),
391391
AwsExporter::new(AwsConfig {
392-
export_prefix: "blockchain-api/chain_abstraction".to_owned(),
392+
export_prefix: "blockchain-api/chain_abstraction_initial_tx".to_owned(),
393393
export_name: "initial_tx".to_owned(),
394394
node_addr,
395395
file_extension: "parquet".to_owned(),

0 commit comments

Comments
 (0)