Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
iambriccardo committed Oct 3, 2023
1 parent 87a940d commit 7f35284
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/sentry/ingest/inbound_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class FilterStatKeys:
FilterStatKeys.CORS: TSDBModel.project_total_received_cors,
FilterStatKeys.DISCARDED_HASH: TSDBModel.project_total_received_discarded,
FilterStatKeys.HEALTH_CHECK: TSDBModel.project_total_healthcheck,
FilterStatKeys.CHUNK_LOAD_ERROR: TSDBModel.project_total_chunk_load_error,
}


Expand Down
2 changes: 0 additions & 2 deletions src/sentry/tsdb/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ class TSDBModel(Enum):
project_total_received_discarded = 610
# the number of events filtered because they refer to a healthcheck endpoint
project_total_healthcheck = 611
# the number of events filtered because the error is a ChunkLoadError
project_total_chunk_load_error = 612

servicehook_fired = 700

Expand Down

0 comments on commit 7f35284

Please sign in to comment.