mikelodeon

Results 4 comments of 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...

![image](https://github.com/user-attachments/assets/0dabdeb5-3bb9-4813-8d12-435408fbdd60)

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