Apply three commits from f5/otel-arrow-adapter#1
Merged
Conversation
* config * add timeout * wip * not working * uncomment stream restart * remove default and fix unit tests * validate that user sets maxstreamlifetime * fix tests * fix format * comment out closesend * add timer * tidy and fix mock api issue * not updated? * fix failed test * check status message is exact match with EOF * update config * broken unit test * fix test? * call streamCall once * address review feedback --------- Co-authored-by: Laurent Quérel <laurent.querel@gmail.com>
* Update validation process documentation * Fix exemplar issue in metrics * Improve metric generator to explore more corner cases * Make assert.Equiv independent of the testing framework * Fix bug that occurs when a log record has no attribute * Apply same optimization and fix to traces
…validation; minor fixes (#203) * skeleton span validator * three validation files * three validation files (part 2) * missing files * diagram * WIP validation hacks * both do not mutate data * add the test verifier * Add some HOWTO * Write up the validation connector * edit README * tidy comments * fix test --------- Co-authored-by: Laurent Quérel <laurent.querel@gmail.com>
Contributor
Author
|
I didn't press the merge button. I pushed the branch with -f and ... confused |
Merged
Merged
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Although I initialized this repository by pushing all the commits from the old repo, I couldn't update the new repo with three commits since then because of EasyCLA triggers failing. I am attempting to merge the same three commits via a PR.