Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New generation of tracer-docs. #36

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 59 additions & 4 deletions docs/new-tracing/tracers_doc_generated.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
1. [Update](#chainsyncserverblockupdate)
1. __ServerHeaderⓣⓢ__
1. [Update](#chainsyncserverheaderupdate)
1. __Forge__
1. __Forgeⓣⓜ__
1. __Loopⓣⓜ__
1. [AdoptedBlock](#forgeloopadoptedblock)
1. [AdoptionThreadDied](#forgeloopadoptionthreaddied)
Expand All @@ -252,6 +252,7 @@
1. [SlotIsImmutable](#forgeloopslotisimmutable)
1. [StartLeadershipCheck](#forgeloopstartleadershipcheck)
1. [StartLeadershipCheckPlus](#forgeloopstartleadershipcheckplus)
1. [StateInfo](#forgestateinfo)
1. __ThreadStatsⓣⓢ__
1. [ForgeThreadStats](#forgethreadstatsforgethreadstats)
1. __Mempoolⓣⓜ__
Expand Down Expand Up @@ -796,6 +797,11 @@
1. [SlotIsImmutable](#forgeslotisimmutable)
1. [SlotsMissed](#forgeslotsmissed)
1. [UtxoSize](#forgeutxosize)
1. __KESInfo__
1. [currentKESPeriod](#kesinfocurrentkesperiod)
1. [operationalCertificateExpiryKESPeriod](#kesinfooperationalcertificateexpirykesperiod)
1. [operationalCertificateStartKESPeriod](#kesinfooperationalcertificatestartkesperiod)
1. [remainingKESPeriods](#kesinforemainingkesperiods)
1. __Mempool__
1. [MempoolBytes](#mempoolmempoolbytes)
1. [TxsInMempool](#mempooltxsinmempool)
Expand Down Expand Up @@ -4735,6 +4741,27 @@ Privacy: `Public`
Details: `DNormal`


From current configuration:

Backends:
`EKGBackend`,
`Stdout MachineFormat`,
`Forwarder`
Filtered `Visible` by config value: `Info`

### Forge.StateInfo


> kesStartPeriod
> kesEndPeriod is kesStartPeriod + tpraosMaxKESEvo
> kesEvolution is the current evolution or /relative period/.


Severity: `Info`
Privacy: `Public`
Details: `DNormal`


From current configuration:

Backends:
Expand Down Expand Up @@ -13095,6 +13122,34 @@ Forge.ThreadStats.ForgeThreadStats
Dispatched by:
Forge.Loop.StartLeadershipCheckPlus

### KESInfo.currentKESPeriod



Dispatched by:
Forge.StateInfo

### KESInfo.operationalCertificateExpiryKESPeriod



Dispatched by:
Forge.StateInfo

### KESInfo.operationalCertificateStartKESPeriod



Dispatched by:
Forge.StateInfo

### KESInfo.remainingKESPeriods



Dispatched by:
Forge.StateInfo

### Mempool.MempoolBytes

> Byte size of the mempool
Expand Down Expand Up @@ -13539,8 +13594,8 @@ TxSubmission.TxInbound.Collected
}
}
```
632 log messages,
85 metrics,
633 log messages,
89 metrics,
2 datapoints.

ⓣ- This is the root of a tracer
Expand All @@ -13549,4 +13604,4 @@ TxSubmission.TxInbound.Collected

ⓜ- This is the root of a tracer, that provides metrics

Generated at 2023-12-06 11:58:34.435884708 CET.
Generated at 2023-12-21 17:31:48.371365048 CET.