Skip to content

Commit

Permalink
fixup: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <[email protected]>
  • Loading branch information
florianl committed Nov 11, 2024
1 parent 792c3cf commit 035f233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporter/otlp_reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ type traceEvents struct {
// attrKeyValue is a helper to populate Profile.attribute_table.
type attrKeyValue[T string | int64] struct {
key string
// Set to true for OTel SemConv attributes with RequirementL: Required
// Set to true for OTel SemConv attributes with requirement level: Required
required bool
value T
}
Expand Down

0 comments on commit 035f233

Please sign in to comment.