Class OpenCensusMetrics.Views

java.lang.Object
ai.nextbillion.maps.metrics.OpenCensusMetrics.Views
Enclosing class:
OpenCensusMetrics

public static final class OpenCensusMetrics.Views
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static io.opencensus.stats.View NETWORK_LATENCY  
    static io.opencensus.stats.View REQUEST_COUNT  
    static io.opencensus.stats.View REQUEST_LATENCY  
    static io.opencensus.stats.View RETRY_COUNT  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • REQUEST_COUNT

      public static final io.opencensus.stats.View REQUEST_COUNT
    • REQUEST_LATENCY

      public static final io.opencensus.stats.View REQUEST_LATENCY
    • NETWORK_LATENCY

      public static final io.opencensus.stats.View NETWORK_LATENCY
    • RETRY_COUNT

      public static final io.opencensus.stats.View RETRY_COUNT