the-algorithm/home-mixer/server/src/main/scala/com/twitter/home_mixer/param/HomeMixerFlagName.scala
twitter-team ef4c5eb65e Twitter Recommendation Algorithm
Please note we have force-pushed a new initial commit in order to remove some publicly-available Twitter user information. Note that this process may be required in the future.
2023-03-31 17:36:31 -05:00

13 lines
605 B
Scala

package com.twitter.home_mixer.param
object HomeMixerFlagName {
final val ScribeClientEventsFlag = "scribe.client_events"
final val ScribeServedEntriesFlag = "scribe.served_entries"
final val ScribeServedCommonFeaturesAndCandidateFeaturesFlag =
"scribe.served_common_features_and_candidate_features"
final val DataRecordMetadataStoreConfigsYmlFlag = "data.record.metadata.store.configs.yml"
final val DarkTrafficFilterDeciderKey = "thrift.dark.traffic.filter.decider_key"
final val TargetFetchLatency = "target.fetch.latency"
final val TargetScoringLatency = "target.scoring.latency"
}