Skip to content

Commit

Permalink
chore(eap): http.response_content_length should not be prefixed (gets…
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylphrex authored Nov 21, 2024
1 parent fcdc458 commit e6f75ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sentry/search/eap/columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ def simple_measurements_field(field) -> ResolvedColumn:
simple_measurements_field("messaging.message.body.size"),
simple_measurements_field("messaging.message.receive.latency"),
simple_measurements_field("messaging.message.retry.count"),
simple_measurements_field("http.response_content_length"),
]
}

Expand Down

0 comments on commit e6f75ae

Please sign in to comment.