You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/ottl/CONTRIBUTING.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,13 @@ Your proposal likely will be accepted if:
15
15
- The proposed functionality is missing,
16
16
- The proposed solution significantly improves user experience and readability for very common use cases,
17
17
- 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.
18
19
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.
0 commit comments