Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Runner *RunnerMetrics Deployment *DeploymentMetrics )
Functions ¶
This section is empty.
Types ¶
type DeploymentMetrics ¶ added in v0.318.0
type DeploymentMetrics struct {
// contains filtered or unexported fields
}
func (*DeploymentMetrics) Completed ¶ added in v0.318.0
func (m *DeploymentMetrics) Completed(ctx context.Context, key string)
type RunnerMetrics ¶
type RunnerMetrics struct {
// contains filtered or unexported fields
}
func (*RunnerMetrics) Registered ¶
func (m *RunnerMetrics) Registered(ctx context.Context, key optional.Option[string], state ftlv1.RunnerState)
func (*RunnerMetrics) RegistrationFailure ¶
func (m *RunnerMetrics) RegistrationFailure(ctx context.Context, key optional.Option[string], state ftlv1.RunnerState)
func (*RunnerMetrics) StartupFailed ¶
func (m *RunnerMetrics) StartupFailed(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.