Documentation ¶
Index ¶
- Variables
- func PercentilesLineChart(txsSet vsl.TransactionSet, f TimestampsForm) templ.Component
- func SequenceDiagram(tx *vsl.Transaction) string
- func TimelineChart(txsSet vsl.TransactionSet, f TimestampsForm) templ.Component
- func TxTree(tx *vsl.Transaction) string
- type CustomBuilder
- type TimestampsForm
Constants ¶
This section is empty.
Variables ¶
View Source
var TimestampEventLabels = []string{
"Start",
"Req",
"ReqBody",
"Fetch",
"Process",
"Resp",
"Connected",
"Bereq",
"Beresp",
"BerespBody",
"Error",
"Reset",
}
Functions ¶
func PercentilesLineChart ¶ added in v0.2.0
func PercentilesLineChart(txsSet vsl.TransactionSet, f TimestampsForm) templ.Component
func SequenceDiagram ¶
func SequenceDiagram(tx *vsl.Transaction) string
SequenceDiagram returns an string representing a Mermaid's sequence diagram
func TimelineChart ¶ added in v0.2.0
func TimelineChart(txsSet vsl.TransactionSet, f TimestampsForm) templ.Component
func TxTree ¶
func TxTree(tx *vsl.Transaction) string
Types ¶
type CustomBuilder ¶
func (*CustomBuilder) PadAdd ¶
func (b *CustomBuilder) PadAdd(s string)
PadAdd is a helper function to append a fixed padding to the string
Click to show internal directories.
Click to hide internal directories.