Skip to content

Commit

Permalink
Add storage set to cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
phacops committed May 12, 2024
1 parent 0f7acc6 commit 34e88bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions snuba/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"group_attributes",
"generic_metrics_gauges",
"metrics_summaries",
"profile_chunks",
},
"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 @@ -34,6 +34,7 @@
"group_attributes",
"generic_metrics_gauges",
"metrics_summaries",
"profile_chunks",
},
"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 @@ -58,6 +58,7 @@
"group_attributes",
"generic_metrics_gauges",
"metrics_summaries",
"profile_chunks",
},
"single_node": False,
"cluster_name": "storage_cluster",
Expand Down

0 comments on commit 34e88bb

Please sign in to comment.