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.
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.
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.
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.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ProcessorsList = []model.Processor{
&logTracer,
&dogTracer,
&profileLoader,
}
ProcessorsList - List of all the processors
Functions ¶
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
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