Skip to content

Commit d39dd97

Browse files
warn user about incorrect traffic and versions numbers with active replicas
/var/log/github-audit.log is used to query traffic and version info. These log files are written on the node that serves the traffic and we only query the log file on the primary. Therefore, in a configuration with active replicas we are not reporting the right numbers. Warn the user about until we fix this.
1 parent 5680031 commit d39dd97

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/housekeeping-git-traffic.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ <h3>Operations</h3>
6464
<p>
6565
High numbers of clone operations usually indicate an unfavorably configured CI process.
6666
</p>
67+
<p>
68+
Attention: These numbers are likely incorrect on a configuration with active replicas.
69+
</p>
6770
</div>
6871
</div>
6972

docs/users-git-versions.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ <h3>Recommended Git Versions</h3>
1111
<p>
1212
Shows how many users connected with recommended, outdated, and vulnerable Git clients.
1313
</p>
14+
<p>
15+
Attention: These numbers are likely incorrect on a configuration with active replicas.
16+
</p>
1417
</div>
1518
<div class="info-box">
1619
<p>

0 commit comments

Comments
 (0)