All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.finagle.stats.verbose.scala Maven / Gradle / Ivy

There is a newer version: 21.2.0
Show newest version
package com.twitter.finagle.stats

import com.twitter.app.GlobalFlag

/**
 * A global flag that augments a tunable, [[Verbose]], with a comma-separated allowlist for debug
 * metrics. The tunable, [[Verbose]], has a higher priority if defined.
 */
object verbose
    extends GlobalFlag[String](
      "Comma-separated list of *-wildcard expressions to allowlist exporting debug metrics."
    )




© 2015 - 2024 Weber Informatics LLC | Privacy Policy