Documentation
¶
Index ¶
Constants ¶
View Source
const MetricHelpBackendError = "The number of failed requests to the backend."
MetricHelpBackendError is the help text of backend errors
View Source
const MetricHelpBackendRequests = "The number of requests to the backend."
MetricHelpBackendError is the help text of backend errors
View Source
const MetricLabelBackend = "backend"
MetricLabelBackend is the name for the backend label
View Source
const MetricNameBackendError = "containerssh_backend_errors"
MetricNameBackendError is the number of errors in the backend
View Source
const MetricNameBackendRequests = "containerssh_backend_requests"
MetricNameBackendError is the number of errors in the backend
View Source
const MetricUnitBackendError = "requests"
MetricUnitBackendError is the unit of backend errors
View Source
const MetricUnitBackendRequests = "requests"
MetricUnitBackendError is the unit of backend errors
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New( config configuration.AppConfig, logger log.Logger, loggerFactory log.LoggerFactory, metricsCollector metrics.Collector, defaultAuthResponse sshserver.AuthResponse, ) (sshserver.Handler, error)
New creates a new backend handler.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.