Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pkg/formats/otel/otel.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ func (f *OtelFormat) To(msgs []*kt.JCHF, serBuf []byte) (*kt.Output, error) {
case ch <- m:
default:
f.metrics.ExportDrops.Inc(1)
f.Warnf("OTEL channel full, dropping sample for metric=%s", m.Name)
}
Comment thread
i3149 marked this conversation as resolved.
} else {
ch <- m
Expand Down
Loading