congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
InMemoryCollectorMetrics.scope
Code IndexAdd Tabnine to your IDE (free)

How to use
scope
method
in
zipkin2.collector.InMemoryCollectorMetrics

Best Java code snippets using zipkin2.collector.InMemoryCollectorMetrics.scope (Showing top 1 results out of 315)

origin: io.zipkin.zipkin2/zipkin-collector

InMemoryCollectorMetrics(ConcurrentHashMap<String, AtomicInteger> metrics, String transport) {
 this.metrics = metrics;
 this.messages = scope("messages", transport);
 this.messagesDropped = scope("messagesDropped", transport);
 this.bytes = scope("bytes", transport);
 this.spans = scope("spans", transport);
 this.spansDropped = scope("spansDropped", transport);
}
zipkin2.collectorInMemoryCollectorMetricsscope

Popular methods of InMemoryCollectorMetrics

  • <init>
  • get
  • increment

Popular in Java

  • Making http post requests using okhttp
  • setRequestProperty (URLConnection)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getExternalFilesDir (Context)
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Join (org.hibernate.mapping)
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now