Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Append and Prepend methods for custom types (string base type) used for ServiceOutput and LongServiceOutput fields #208

Open
atc0005 opened this issue Jun 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request output/plugin plugin output intended for monitoring system ingest question Further information is requested
Milestone

Comments

@atc0005
Copy link
Owner

atc0005 commented Jun 8, 2023

Content below ported from scratch notes.

Goal is to provide new behavior without breaking changes.


Should allow adding at the end separated by custom EOL and at the very beginning.

This is all using the existing fields, but with a change in type (but still using base string type).

Option two is adding unexported slices that are used to collect values from methods.

EOL is not added until the very last result method call when all elements are processed.

If the existing ServiceOutput and LongServiceOutput fields fields have content then the behavior needs to be specific: should they be given precedence, or ignored?

@atc0005 atc0005 added enhancement New feature or request question Further information is requested output/plugin plugin output intended for monitoring system ingest labels Jun 8, 2023
@atc0005 atc0005 added this to the Future milestone Jun 8, 2023
@atc0005 atc0005 self-assigned this Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request output/plugin plugin output intended for monitoring system ingest question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant