Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Counters = []prometheus.CounterDefinition{
{
Name: functionsInstalledMetric,
Help: "Number of functions installed on this node.",
},
{
Name: functionsInstalledOkMetric,
Help: "Number of successful function installs on this node in this session.",
},
{
Name: functionsInstalledErrMetric,
Help: "Number of unsuccessful functions installs on this node in this session.",
},
{
Name: functionsDownloadedSizeMetric,
Help: "Total size of (compressed) functions installed by the node in this session.",
},
}
View Source
var Summaries = []prometheus.SummaryDefinition{
{
Name: functionsInstallTimeMetric,
Help: "Total time spent downloading and installing functions",
},
}
Functions ¶
This section is empty.
Types ¶
type FStore ¶
type FStore struct {
// contains filtered or unexported fields
}
FStore - function store - deals with all of the function-related actions - saving/reading them from backing storage, downloading them, unpacking them etc.
func (*FStore) IsInstalled ¶ added in v0.7.0
Installed checks if the function with the given CID is installed.
Click to show internal directories.
Click to hide internal directories.