This commit is contained in:
dceoy
2026-07-03 16:04:05 +00:00
parent ef7e9ef5d2
commit 29a3ddd8b7
19 changed files with 4100 additions and 2059 deletions
+16
View File
@@ -82,6 +82,14 @@
<a href="history/" class="dropdown-item">History Collection (SQLite)</a>
</li>
<li>
<a href="telemetry/" class="dropdown-item">Telemetry</a>
</li>
<li>
<a href="grafana/" class="dropdown-item">Grafana</a>
</li>
<li>
<a href="utils/" class="dropdown-item">Utils</a>
</li>
@@ -195,6 +203,14 @@ responsibilities.</p>
<td>SQLite schema, incremental writes, dedup, and rate views</td>
</tr>
<tr>
<td><a href="telemetry/">Telemetry</a></td>
<td>OpenTelemetry metrics setup, meters, and emitted metric names</td>
</tr>
<tr>
<td><a href="grafana/">Grafana</a></td>
<td>Grafana-ready SQLite schema, views, snapshots, and published copies</td>
</tr>
<tr>
<td><a href="cli/">CLI</a></td>
<td>Typer commands that delegate to the Python API</td>
</tr>