File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
)
22
22
23
23
// Traces is an error that may carry associated Trace data for a subset of received data
24
- // that faiiled to be processed or sent.
24
+ // that failed to be processed or sent.
25
25
type Traces struct {
26
26
error
27
27
failed pdata.Traces
@@ -50,7 +50,7 @@ func (err Traces) GetTraces() pdata.Traces {
50
50
}
51
51
52
52
// Logs is an error that may carry associated Log data for a subset of received data
53
- // that faiiled to be processed or sent.
53
+ // that failed to be processed or sent.
54
54
type Logs struct {
55
55
error
56
56
failed pdata.Logs
@@ -79,7 +79,7 @@ func (err Logs) GetLogs() pdata.Logs {
79
79
}
80
80
81
81
// Metrics is an error that may carry associated Metrics data for a subset of received data
82
- // that faiiled to be processed or sent.
82
+ // that failed to be processed or sent.
83
83
type Metrics struct {
84
84
error
85
85
failed pdata.Metrics
You can’t perform that action at this time.
0 commit comments