MisterTea / EternalTerminal

Re-Connectable secure remote shell
https://mistertea.github.io/EternalTerminal/
Apache License 2.0
3k stars 171 forks source link

Telemetry service directory override. #636

Closed jshort closed 5 months ago

jshort commented 5 months ago

In addition to opt-in for telemetry (see #553) this uses the log directory override from #556 to place the sentry/telemetry logs.

jshort commented 5 months ago

Updated the release instructions to appease CI job.

jshort commented 5 months ago
❯ ./etserver --port 8099 --serverfifo=./test/fifo --telemetry -l test &                                                                                             09:27:55  05.02.24  100% █
[1] 43384
 ✔  ⚙  jwshort@LAPTOP  ~/gitworkspaces/EternalTerminal/build   telemetry_dir 
 ❯ ls test                                                                                                                                                           09:28:33  05.02.24  100% █
etserver-2024-05-02_09-28-33_43384.log         etserver-stderr-2024-05-02_09-28-33_43384.log  fifo=
 ✔  ⚙  jwshort@LAPTOP  ~/gitworkspaces/EternalTerminal/build   telemetry_dir 
 ❯ ls -la test                                                                                                                                                       09:28:37  05.02.24  100% █
total 16
drwxr-xr-x   6 jwshort  staff  192 May  2 09:28 ./
drwxr-xr-x  26 jwshort  staff  832 May  2 09:23 ../
drwx------   5 jwshort  staff  160 May  2 09:28 .sentry-native-etserver/
-rw-------   1 jwshort  staff  393 May  2 09:28 etserver-2024-05-02_09-28-33_43384.log
-rw-------   1 jwshort  staff   31 May  2 09:28 etserver-stderr-2024-05-02_09-28-33_43384.log
srwxrwxrwx   1 jwshort  staff    0 May  2 09:28 fifo=
jshort commented 5 months ago

@MisterTea Any idea on this? I saw you touched the codecov.yml recently and maybe we need to do some configuration/setup?

{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected available in 3556 seconds.', code='throttled')}{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected available in 0 seconds.', code='throttled')}{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected available in 3598 seconds.', code='throttled')}{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected available in 0 seconds.', code='throttled')}{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected available in 3599 seconds.', code='throttled')}{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected available in 0 seconds.', code='throttled')}
MisterTea commented 5 months ago

@jshort looks like we are being throttled by codecov?

MisterTea commented 5 months ago

@jshort Fixed in #637