Versions in this module Expand all Collapse all v3 v3.0.0 Jan 10, 2023 Changes in this version + const MetricsTypeSummary + const PluginName + const RrCodec + const RrCodecVal + const RrMode + func ActivitiesInfo(wi []*internal.WorkerInfo) map[string]*internal.ActivityInfo + func WorkerInfo(c common.Codec, p common.Pool, rrVersion string) ([]*internal.WorkerInfo, error) + func WorkflowsInfo(wi []*internal.WorkerInfo) map[string]*internal.WorkflowInfo + type ClientAuthType string + const NoClientCert + const RequestClientCert + const RequireAndVerifyClientCert + const RequireAnyClientCert + const VerifyClientCertIfGiven + type Config struct + Activities *pool.Config + Address string + CacheSize int + Metrics *Metrics + Namespace string + TLS *TLS + func (c *Config) InitDefault() error + type Informer interface + Workers func() []*process.State + type Metrics struct + Driver string + Prometheus *Prometheus + Statsd *Statsd + type Plugin struct + func (p *Plugin) Init(cfg common.Configurer, log *zap.Logger, server common.Server) error + func (p *Plugin) MetricsCollector() []prom.Collector + func (p *Plugin) Name() string + func (p *Plugin) RPC() any + func (p *Plugin) Reset() error + func (p *Plugin) ResetAP() error + func (p *Plugin) Serve() chan error + func (p *Plugin) Stop() error + func (p *Plugin) Workers() []*process.State + type Prometheus struct + Address string + Prefix string + Type string + type RecordHeartbeatRequest struct + Details []byte + TaskToken []byte + type RecordHeartbeatResponse struct + Canceled bool + type Statsd struct + FlushBytes int + FlushInterval time.Duration + HostPort string + Prefix string + TagPrefix string + TagSeparator string + Tags map[string]string + type StatsdReporterConfig struct + TagSeparator string + type TLS struct + AuthType ClientAuthType + Cert string + Key string + RootCA string + ServerName string Other modules containing this package github.com/temporalio/roadrunner-temporal github.com/temporalio/roadrunner-temporal/v2 github.com/temporalio/roadrunner-temporal/v4 github.com/temporalio/roadrunner-temporal/v5