Commit dfb2ce5
committed
Remove redundant atexit shutdown registrations in plain.cloud
TracerProvider and MeterProvider already register their own atexit
shutdown handlers via shutdown_on_exit=True. Registering again caused
shutdown() to run twice and log "shutdown can only be called once".1 parent 700894c commit dfb2ce5
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
71 | 69 | | |
72 | 70 | | |
73 | 71 | | |
74 | | - | |
75 | | - | |
76 | | - | |
0 commit comments