Skip to content

Commit 2b4e3bd

Browse files
authored
ref: Remove a temporary metric meant to track down an issue (#43874)
1 parent 6f32a56 commit 2b4e3bd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/sentry/profiles/task.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,6 @@ def process_profile_task(
166166

167167
_track_outcome(profile=profile, project=project, outcome=Outcome.ACCEPTED)
168168

169-
metrics.gauge(
170-
"process_profile.kafka_producer.queue.size",
171-
len(_profiles_kafka_producer._KafkaProducer__producer), # type: ignore
172-
sample_rate=1.0,
173-
)
174-
175169

176170
SHOULD_SYMBOLICATE = frozenset(["cocoa", "rust"])
177171
SHOULD_DEOBFUSCATE = frozenset(["android"])

0 commit comments

Comments
 (0)