Skip to content

Commit 55b0b53

Browse files
evan-bradleysbylica-splunk
authored andcommitted
[chore][pkg/ottl] Add additional new function guidelines (open-telemetry#36696)
1 parent c95ef27 commit 55b0b53

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pkg/ottl/CONTRIBUTING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ Your proposal likely will be accepted if:
1515
- The proposed functionality is missing,
1616
- The proposed solution significantly improves user experience and readability for very common use cases,
1717
- The proposed solution is more performant in cases where it is possible to achieve the same result with existing options.
18+
- The proposed solution makes use of packages from the Go standard library to offer functionality possible through an existing option in a more standard or reliable manner.
1819

19-
It will be up for discussion if your proposal solves an issue that can be achieved in another way but does not improve user experience or performance.
20+
It will be up for discussion if:
21+
22+
- Your proposal solves an issue that can be achieved in another way but does not improve user experience or performance.
23+
- The proposed functionality is not obviously applicable to the needs of a significant number of OTTL users.
24+
- Your proposal extracts data into a structure with enumerable keys or values and OpenTelemetry semantic conventions do not cover the shape or values for this data.
2025

2126
Your proposal likely won't be accepted if:
2227

0 commit comments

Comments
 (0)