processor

package
v0.0.0-...-24e3e83 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Copyright © 2020 GUILLAUME FOURNIER

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

View Source
var ProcessorsList = []model.Processor{
	&logTracer,
	&dogTracer,
	&profileLoader,
}

ProcessorsList - List of all the processors

Functions

func RegisterProcessors

func RegisterProcessors(config *config.NSPConfig) map[model.EventType][]model.Processor

RegisterProcessors - Register processors

Types

type DogTracer

type DogTracer struct {
	EventChan chan model.ProbeEvent
	// contains filtered or unexported fields
}

DogTracer - Datadog forwarder processor

func (*DogTracer) GetEventChan

func (dt *DogTracer) GetEventChan() chan model.ProbeEvent

GetEventChan - Returns event channel

func (*DogTracer) GetName

func (dt *DogTracer) GetName() model.ProcessorName

GetName - Returns the processor name

func (*DogTracer) Start

func (dt *DogTracer) Start(nsp model.NSPInterface) error

Start - Starts tracer

func (*DogTracer) Stop

func (dt *DogTracer) Stop() error

Stop - Stop tracer

type Profiler

type Profiler struct{}

Profiler - Profile generator processor

type Tracer

type Tracer struct {
	EventChan chan model.ProbeEvent
	// contains filtered or unexported fields
}

Tracer - Tracer struct

func (*Tracer) GetEventChan

func (t *Tracer) GetEventChan() chan model.ProbeEvent

GetEventChan - Returns event channel

func (*Tracer) GetName

func (t *Tracer) GetName() model.ProcessorName

GetName - Returns the processor name

func (*Tracer) Start

func (t *Tracer) Start(nsp model.NSPInterface) error

Start - Starts tracer

func (*Tracer) Stop

func (t *Tracer) Stop() error

Stop - Stop tracer

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL