-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
{util,twitter-server}: Make StringExpression higher fidelity
Problem StringExpression is currently incompatible with rating because we don't know whether it's backed by a counter or not! Solution Add a boolean as a quick hack to let us know whether the metric is a counter or not. This API may change rapidly as we learn more about how it should be used. JIRA Issues: CSL-11715 Differential Revision: https://phabricator.twitter.biz/D832571
- Loading branch information
Showing
2 changed files
with
167 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters