public void init()

in server/src/main/java/com/google/cloud/solutions/opencensus/server/OCTestServlet.java [83:91]


  public void init() throws ServletException {
    try {
      initStatsExporter();
      initTracing();
      LOGGER.info("init tracing and stats initialized");
    } catch (IOException e) {
      LOGGER.error( "Could not initialize Stackdriver exporter", e );
    }
  }