vaticle / typedb-driver

TypeDB Drivers for Rust, Python, Java, Node.js, C, C++, and C#.
https://typedb.com
Apache License 2.0
30 stars 32 forks source link

Turn off statistics reporting in CI #651

Closed farost closed 1 month ago

farost commented 1 month ago

Usage and product changes

We turn off the --diagnostics.reporting.statistics in our CI builds not to send non-real diagnostics data.

In version 2.28 and earlier, this flag purely prevents TypeDB from sending any diagnostics data. In the upcoming version 2.28.1, this flag still allows TypeDB to send a single diagnostics snapshot with the information of when the diagnostics data has been turned off, but it happens only after the server runs for 1 hour, so we expect the CI builds not to reach this point and not to send any diagnostics data as well.

vaticle-bot commented 1 month ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture