public static void unregister()

in opencensus-exporter/src/main/java/com/spotify/ffwd/FfwdStatsExporter.java [127:134]


  public static void unregister() {
    synchronized (monitor) {
      if (instance != null) {
        instance.intervalMetricReader.stop();
      }
      instance = null;
    }
  }