Documentation
¶
Overview ¶
Package api implements the HTTP API used for the Grafana Alloy UI.
The API is internal only; it is not stable and shouldn't be relied on externally.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlloyAPI ¶
type AlloyAPI struct { CallbackManager livedebugging.CallbackManager // contains filtered or unexported fields }
AlloyAPI is a wrapper around the component API.
func NewAlloyAPI ¶
func NewAlloyAPI(alloy service.Host, CallbackManager livedebugging.CallbackManager) *AlloyAPI
NewAlloyAPI instantiates a new Alloy API.
Click to show internal directories.
Click to hide internal directories.