Skip to content

Commit

Permalink
[chore][pkg/ottl] Add additional new function guidelines (#36696)
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-bradley authored Dec 6, 2024
1 parent dec4a7b commit 7ca07d5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkg/ottl/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ Your proposal likely will be accepted if:
- The proposed functionality is missing,
- The proposed solution significantly improves user experience and readability for very common use cases,
- The proposed solution is more performant in cases where it is possible to achieve the same result with existing options.
- 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.

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.
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.
- The proposed functionality is not obviously applicable to the needs of a significant number of OTTL users.
- 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.

Your proposal likely won't be accepted if:

Expand Down

0 comments on commit 7ca07d5

Please sign in to comment.