Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Add more metrics to push rule evaluation #2366
+42
−2
Conversation
erikjohnston
assigned
NegativeMjark
Jul 13, 2017
| + ) | ||
| + | ||
| + self.room_push_rule_cache_metrics = register_cache( | ||
| + "room_push_rule_cache", size_callback=lambda: self._get_rules_for_room.cache |
| defer.returnValue(self.rules_by_user) | ||
| + self.self.room_push_rule_cache_metrics.inc_misses() |
|
I think I've uncranked myself now.... |
erikjohnston
merged commit d386281
into
develop
Jul 14, 2017
6 of 8 checks passed
Sytest Dendron (Commit)
Build #2466 origin/erikj/push_metrics failed in 18 min
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #3302 origin/erikj/push_metrics succeeded in 6 min 58 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #3394 origin/erikj/push_metrics succeeded in 1 min 36 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
erikjohnston
deleted the
erikj/push_metrics
branch
Oct 26, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
erikjohnston commentedJul 13, 2017
No description provided.