Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddModelMetricsPayload ¶
type AddModelMetricsPayload struct { StepName string `json:"step_name"` StepValue uint32 `json:"step_value"` Metrics map[string]json.Number `json:"metrics"` }
Incoming format is an array of these
type AddModelMetricsResponse ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App is the main application struct.
type Field ¶
type Field struct { Name string `json:"name"` Type string `json:"type"` Values []interface{} `json:"values"` }
This is for return We want an array of objects that contain grafana dataframes For visualizing
type GetModelMetricsResponse ¶
Click to show internal directories.
Click to hide internal directories.