Documentation
¶
Index ¶
- Constants
- type PipelineTelemetry
- type Service
- func (s *Service) Enabled() bool
- func (s *Service) Name() string
- func (s *Service) PipelineFinished(pipelineId, instanceId string, data map[string]interface{})
- func (s *Service) PipelineStarted(pipelineId, instanceId string, data map[string]interface{})
- func (s *Service) StageFinished(pipelineId, instanceId, stageId string, data map[string]interface{})
- func (s *Service) StageStarted(pipelineId, instanceId, stageId string, data map[string]interface{})
- func (s *Service) Start() error
- func (s *Service) Stop() error
- type ServiceFactory
Constants ¶
View Source
const ( EnvTelemetryPort = "FLOGO_STREAM_TELEMETRY_PORT" DefaultTelemetryPort = 9999 MsgPipelineStarted = "pipeline-started" MsgPipelineFinished = "pipeline-finished" MsgStageStarted = "stage-started" MsgStageFinished = "stage-finished" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipelineTelemetry ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) PipelineFinished ¶
func (*Service) PipelineStarted ¶
func (*Service) StageFinished ¶
func (*Service) StageStarted ¶
Click to show internal directories.
Click to hide internal directories.