mikelodeon
mikelodeon
In my case, sometimes it took 5 minutes. ``` @EventListener(ApplicationPreparedEvent.class) private void initializeOpenCensusCore() { StackdriverStatsExporter.createAndRegister(StackdriverStatsConfiguration.builder() .setExportInterval(Duration.fromMillis(EXPORT_INTERVAL)) .build()); ... ``` build.gradle ``` compile 'io.opencensus:opencensus-api:0.30.0' compile 'io.opencensus:opencensus-exporter-stats-stackdriver:0.30.0' runtime 'io.opencensus:opencensus-impl:0.30.0' ``` ``` java...

Through github flow. Anyway, I think it's regardless. When I tried to use the prompt sample, this issue also happened. As screenshot here https://github.com/All-Hands-AI/OpenHands/issues/5956#issuecomment-2567058689
Will do, and will update here.