Skip to content

Commit

Permalink
ref(metrics): Change metrics topic name
Browse files Browse the repository at this point in the history
  • Loading branch information
MeredithAnya committed Sep 9, 2021
1 parent bfabb58 commit e97062c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snuba/settings/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def _validate_settings(locals: Mapping[str, Any]) -> None:
"event-replacements-legacy",
"snuba-commit-log",
"cdc",
"ingest-metrics",
"snuba-metrics",
"outcomes",
"ingest-sessions",
"snuba-queries",
Expand Down
2 changes: 1 addition & 1 deletion snuba/utils/streams/topics.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Topic(Enum):
EVENT_REPLACEMENTS_LEGACY = "event-replacements-legacy"
COMMIT_LOG = "snuba-commit-log"
CDC = "cdc"
METRICS = "ingest-metrics"
METRICS = "snuba-metrics"
OUTCOMES = "outcomes"
SESSIONS = "ingest-sessions"
SUBSCRIPTION_RESULTS_EVENTS = "events-subscription-results"
Expand Down

0 comments on commit e97062c

Please sign in to comment.