Skip to content

Commit e3b61aa

Browse files
phacopsgetsentry-botZylphrex
authored
ref(eap): Remove more references to spans, eap-spans and eap-items-span (#7301)
Co-authored-by: getsentry-bot <[email protected]> Co-authored-by: Tony Xiao <[email protected]>
1 parent 724aeff commit e3b61aa

File tree

15 files changed

+6
-1686
lines changed

15 files changed

+6
-1686
lines changed

gocd/templates/bash/deploy.sh

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ eval $(regions-project-env-vars --region="${SENTRY_REGION}")
1212
--container-name="eap-items-consumer" \
1313
--container-name="eap-items-subscriptions-executor" \
1414
--container-name="eap-items-subscriptions-scheduler" \
15-
--container-name="eap-items-span-consumer" \
16-
--container-name="eap-spans-subscriptions-executor" \
17-
--container-name="eap-spans-subscriptions-scheduler" \
1815
--container-name="errors-replacer" \
1916
--container-name="events-subscriptions-executor" \
2017
--container-name="events-subscriptions-scheduler" \
@@ -46,7 +43,6 @@ eval $(regions-project-env-vars --region="${SENTRY_REGION}")
4643
--container-name="replays-consumer" \
4744
--container-name="search-issues-consumer" \
4845
--container-name="snuba-admin" \
49-
--container-name="spans-consumer" \
5046
--container-name="transactions-consumer-new" \
5147
--container-name="transactions-subscriptions-executor" \
5248
--container-name="transactions-subscriptions-scheduler" \
@@ -58,9 +54,4 @@ eval $(regions-project-env-vars --region="${SENTRY_REGION}")
5854
--type="cronjob" \
5955
--container-name="cleanup" \
6056
--container-name="optimize" \
61-
--container-name="cardinality-report" \
62-
&& k8s-deploy \
63-
--label-selector="${LABEL_SELECTOR}" \
64-
--image="us-central1-docker.pkg.dev/sentryio/snuba/image:${GO_REVISION_SNUBA_REPO}" \
65-
--type="statefulset" \
66-
--container-name="spans-exp-static-on"
57+
--container-name="cardinality-report"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python-dateutil==2.8.2
2828
python-rapidjson==1.8
2929
redis==4.5.4
3030
sentry-arroyo==2.29.1
31-
sentry-kafka-schemas==2.0.1
31+
sentry-kafka-schemas==2.0.2
3232
sentry-protos==0.3.3
3333
sentry-redis-tools==0.5.0
3434
sentry-relay==0.9.5

rust_snuba/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust_snuba/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ regex = "1.11.1"
4141
reqwest = { version = "0.11.11", features = ["stream"] }
4242
schemars = { version = "0.8.16", features = ["uuid1"] }
4343
sentry = { version = "0.32.0", features = ["anyhow", "tracing"] }
44-
sentry-kafka-schemas = "1.3.7"
44+
sentry-kafka-schemas = "2.0.2"
4545
sentry_protos = "0.3.2"
4646
sentry_arroyo = { version = "2.29.1", features = ["ssl"] }
4747
sentry_usage_accountant = { version = "0.1.0", features = ["kafka"] }

0 commit comments

Comments
 (0)