File tree Expand file tree Collapse file tree 5 files changed +368
-147
lines changed Expand file tree Collapse file tree 5 files changed +368
-147
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ func (f *NRMFormat) toNRMetric(in *kt.JCHF) []NRMetric {
205
205
return f .fromSnmpMetadata (in )
206
206
case kt .KENTIK_EVENT_KTRANS_METRIC :
207
207
return f .fromKtranslate (in )
208
- case kt .KENTIK_EVENT_SNMP_TRAP :
208
+ case kt .KENTIK_EVENT_SNMP_TRAP , kt . KENTIK_EVENT_EXT :
209
209
// This is actually an event, send out as an event to sink directly.
210
210
err := events .SendEvent (in , f .doGz , f .EventChan )
211
211
if err != nil {
Original file line number Diff line number Diff line change @@ -321,6 +321,7 @@ func (p *Poller) StartExtensionOnlyLoop(ctx context.Context) {
321
321
counterAlignment := time .Duration (p .counterTimeSec ) * time .Second
322
322
323
323
if p .extension != nil {
324
+ p .log .Infof ("Running only extension %s" , p .extension .GetName ())
324
325
go p .extension .Run (ctx , counterAlignment )
325
326
}
326
327
You can’t perform that action at this time.
0 commit comments