Skip to content

Conversation

@jguerra
Copy link
Collaborator

@jguerra jguerra commented Dec 11, 2025

For easy matching with mantis

long execTimeNs = System.nanoTime() - startTime;
long execTimeMs = execTimeNs / 1_000_000L;
if (execTimeMs >= FILTER_EXCESSIVE_EXEC_TIME.get()) {
zuulCtx.setEventProperty("excessive_filter_execution_time", true);
Copy link
Collaborator

@argha-c argha-c Dec 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: s/excessive_filter_execution_time/filter_execution_time_exceeded/ ?

@jguerra jguerra merged commit 5cda31a into master Dec 11, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants