Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 7c8bf6c

Browse files
committed
telemetry: fix ignore EPROTO
1 parent c0ec27d commit 7c8bf6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/telemetry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const writeClient = client.getWriteApi(
3030
)
3131

3232
const unactionableErrors =
33-
/HttpError|getAddrInfo|RequestTimedOutError|ECONNRESET|EPIPE|ENETDOWN|ENOBUFS|EHOSTUNREACH|ERR_TLS_CERT_ALTNAME_INVALID|ETIMEDOUT/i
33+
/HttpError|getAddrInfo|RequestTimedOutError|ECONNRESET|EPIPE|ENETDOWN|ENOBUFS|EHOSTUNREACH|ERR_TLS_CERT_ALTNAME_INVALID|ETIMEDOUT|EPROTO/i
3434

3535
setInterval(() => {
3636
writeClient.flush().catch(err => {

0 commit comments

Comments
 (0)