Skip to content

Commit

Permalink
re-alphabetize tracing keys
Browse files Browse the repository at this point in the history
  • Loading branch information
deobald committed Feb 27, 2024
1 parent 2129f5d commit b6a3c26
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -2799,6 +2799,7 @@ <h2 id="tracing"><a class="header" href="#tracing">Tracing</a></h2>
Tracing data is mostly useful if your Endb instance is not performing in the way you expect.</p>
<ul>
<li><code>buffer_pool_eviction</code></li>
<li><code>build_info</code></li>
<li><code>commit</code></li>
<li><code>compaction</code></li>
<li><code>constraints</code></li>
Expand All @@ -2817,10 +2818,9 @@ <h2 id="tracing"><a class="header" href="#tracing">Tracing</a></h2>
<li><code>wal_append_entry</code></li>
<li><code>wal_read_next_entry</code></li>
<li><code>wal_fsync</code></li>
<li><code>websocket_messages_total</code></li>
<li><code>websocket_connections_active</code></li>
<li><code>build_info</code></li>
<li><code>websocket_message_duration_seconds</code></li>
<li><code>websocket_messages_total</code></li>
</ul>
<div style="break-before: page; page-break-before: always;"></div><h1 id="http-api"><a class="header" href="#http-api">HTTP API</a></h1>
<p>If a <a href="reference/../clients/">client</a> is
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/monitoring.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ <h2 id="tracing"><a class="header" href="#tracing">Tracing</a></h2>
Tracing data is mostly useful if your Endb instance is not performing in the way you expect.</p>
<ul>
<li><code>buffer_pool_eviction</code></li>
<li><code>build_info</code></li>
<li><code>commit</code></li>
<li><code>compaction</code></li>
<li><code>constraints</code></li>
Expand All @@ -262,10 +263,9 @@ <h2 id="tracing"><a class="header" href="#tracing">Tracing</a></h2>
<li><code>wal_append_entry</code></li>
<li><code>wal_read_next_entry</code></li>
<li><code>wal_fsync</code></li>
<li><code>websocket_messages_total</code></li>
<li><code>websocket_connections_active</code></li>
<li><code>build_info</code></li>
<li><code>websocket_message_duration_seconds</code></li>
<li><code>websocket_messages_total</code></li>
</ul>

</main>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/reference/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Endb exposes a variety of tracing spans to OpenTelemetry.
Tracing data is mostly useful if your Endb instance is not performing in the way you expect.

* `buffer_pool_eviction`
* `build_info`
* `commit`
* `compaction`
* `constraints`
Expand All @@ -107,7 +108,6 @@ Tracing data is mostly useful if your Endb instance is not performing in the way
* `wal_append_entry`
* `wal_read_next_entry`
* `wal_fsync`
* `websocket_messages_total`
* `websocket_connections_active`
* `build_info`
* `websocket_message_duration_seconds`
* `websocket_messages_total`

0 comments on commit b6a3c26

Please sign in to comment.