Directories
¶
Path | Synopsis |
---|---|
Package category supports declaring data categories, such as table columns, histogram bins, data series in a graph, or individual trace series.
|
Package category supports declaring data categories, such as table columns, histogram bins, data series in a graph, or individual trace series. |
Package color supports declaring color spaces and coloring renderable items.
|
Package color supports declaring color spaces and coloring renderable items. |
Package continuousaxis provides decorator helpers for defining continuous axes.
|
Package continuousaxis provides decorator helpers for defining continuous axes. |
Package dot provides a projection of the graph specification language DOT into the TraceViz data format.
|
Package dot provides a projection of the graph specification language DOT into the TraceViz data format. |
Package handlers provides tools for handling frontend requests.
|
Package handlers provides tools for handling frontend requests. |
Package label supports labeling renderable items.
|
Package label supports labeling renderable items. |
Package magnitude supports attaching magnitudes to items.
|
Package magnitude supports attaching magnitudes to items. |
Package payload facilitates attaching payloads of arbitrary data to elements in structured TraceViz data responses.
|
Package payload facilitates attaching payloads of arbitrary data to elements in structured TraceViz data responses. |
Package querydispatcher provides QueryDispatcher, a type for multiplexing multiple backend data sources written in Go.
|
Package querydispatcher provides QueryDispatcher, a type for multiplexing multiple backend data sources written in Go. |
Package style supports specifying SVG, CSS, or other graphic styling.
|
Package style supports specifying SVG, CSS, or other graphic styling. |
Package table provides structural helpers for defining tables.
|
Package table provides structural helpers for defining tables. |
Package testutil provides types and methods facilitating testing TraceViz response construction.
|
Package testutil provides types and methods facilitating testing TraceViz response construction. |
Package trace provides structural helpers for defining trace data.
|
Package trace provides structural helpers for defining trace data. |
Package traceedge provides types and methods for defining edges embedded within over-time traces (or within any structured data supporting payloads and with a time axis.) Edge endpoints are attached to payload-bearing Datums using New() or AttachNew(), providing a parent object (e.g., a span); an offset, a unique string identifier, and zero or more endpoint identifiers which are connected with edges to this endpoint.
|
Package traceedge provides types and methods for defining edges embedded within over-time traces (or within any structured data supporting payloads and with a time axis.) Edge endpoints are attached to payload-bearing Datums using New() or AttachNew(), providing a parent object (e.g., a span); an offset, a unique string identifier, and zero or more endpoint identifiers which are connected with edges to this endpoint. |
Package util defines utilities for building traceviz data sources in Go:
|
Package util defines utilities for building traceviz data sources in Go: |
Types and functions for traversing weighted trees in 'heaviest-first' order -- the next node visited is always the node with the 'highest' total weight whose parent has also been visited.
|
Types and functions for traversing weighted trees in 'heaviest-first' order -- the next node visited is always the node with the 'highest' total weight whose parent has also been visited. |
Package xychart facilitates the construction of xy-chart data.
|
Package xychart facilitates the construction of xy-chart data. |
Click to show internal directories.
Click to hide internal directories.