Skip to content

Commit

Permalink
chore: new temporary storage set (#6079)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemumma authored Jul 1, 2024
1 parent 1b20d95 commit f8e1456
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions snuba/clusters/storage_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"GROUP_ATTRIBUTES": "group_attributes",
"METRICS_SUMMARIES": "metrics_summaries",
"PROFILE_CHUNKS": "profile_chunks",
"SEARCH_ISSUES_TMP": "search_issues_tmp",
}


Expand Down
1 change: 1 addition & 0 deletions snuba/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"generic_metrics_gauges",
"metrics_summaries",
"profile_chunks",
"search_issues_tmp",
},
"single_node": True,
},
Expand Down
1 change: 1 addition & 0 deletions snuba/settings/settings_distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"generic_metrics_gauges",
"metrics_summaries",
"profile_chunks",
"search_issues_tmp",
},
"single_node": False,
"cluster_name": "cluster_one_sh",
Expand Down
1 change: 1 addition & 0 deletions snuba/settings/settings_test_distributed_migrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"generic_metrics_gauges",
"metrics_summaries",
"profile_chunks",
"search_issues_tmp",
},
"single_node": False,
"cluster_name": "storage_cluster",
Expand Down

0 comments on commit f8e1456

Please sign in to comment.