-
Notifications
You must be signed in to change notification settings - Fork 69
feat(axiom): Add message segment functionality #991
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
Merged
Merged
Changes from all commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
52bc284
feat(agent): Add nr_message_segment.o to Makefile
zsistla 11d5f20
feat(agent): Add message segment to enums, unions, structs
zsistla a4effd7
fix(agent): typo
zsistla 8924003
feat(agent): Destroy Message Segment metadata
zsistla 5402097
feat(agent): Add message typed attributes to a hash in the buffer
zsistla 21217c3
feat(agent): add message parameters ini (#981)
ZNeumann 1dda889
feat(agent): Add entity relationship building attributes to message s…
zsistla bb671d0
Merge branch 'feat/message_segment' of github.com:newrelic/newrelic-p…
zsistla d47ff53
feat(agent): Add message attribute functionality for message spans
zsistla 149064c
feat(agent): Add nr_span_event_set_spankind
zsistla 870830e
feat(agent): Add span handling for message segments
zsistla 76b66b0
feat(agent): Add new ini value to opts so axiom can see it
zsistla 8d9d949
feat(axiom): Add nr_segment_message functionality
zsistla 9f7e561
feat(axiom): Added message getters to span_event
zsistla 95077b1
feat(axiom): Add span message related span get/set functionality
zsistla 5554ee2
feat(axiom): Add message segment tests
zsistla d22cbc9
feat(axiom): Add tests to ensure message segment destroy clean up pro…
zsistla 88abff8
feat(axiom): Handle message segment metric rollups
zsistla 3e78de6
feat(axiom): tests for rollup metrics for message segment
zsistla 7802981
feat(axiom): Stronger handling of NULL/empty str for message attributes
zsistla a12ddeb
feat(axiom): message segment rollup metrics
zsistla 882689a
feat(axiom): add message rollup metric to test case
zsistla 3e448d0
feat(axiom): Add unit tests for nr_segment_message
zsistla 2dd2a33
feat(agent): Add nr_message_segment.o to Makefile
zsistla 3e89fcf
feat(agent): Add message segment to enums, unions, structs
zsistla a7ada88
fix(agent): typo
zsistla fef9fb2
feat(agent): Destroy Message Segment metadata
zsistla ede290e
feat(agent): Add message typed attributes to a hash in the buffer
zsistla 4d02091
feat(agent): add message parameters ini (#981)
ZNeumann 470d63d
feat(agent): Add entity relationship building attributes to message s…
zsistla 5555b57
feat(agent): Add message attribute functionality for message spans
zsistla 2c92b63
feat(agent): Add nr_span_event_set_spankind
zsistla 33f7ef2
feat(agent): Add span handling for message segments
zsistla 7305105
feat(agent): Add new ini value to opts so axiom can see it
zsistla b296507
feat(axiom): Add nr_segment_message functionality
zsistla d511086
feat(axiom): Added message getters to span_event
zsistla fc43234
feat(axiom): Add span message related span get/set functionality
zsistla d8522f7
feat(axiom): Add message segment tests
zsistla 9ab2928
feat(axiom): Add tests to ensure message segment destroy clean up pro…
zsistla 6932595
feat(axiom): Handle message segment metric rollups
zsistla 9168e47
feat(axiom): tests for rollup metrics for message segment
zsistla ba40124
feat(axiom): Stronger handling of NULL/empty str for message attributes
zsistla d0b2a55
feat(axiom): message segment rollup metrics
zsistla 4fc9bce
feat(axiom): add message rollup metric to test case
zsistla c8d2db1
feat(axiom): Add unit tests for nr_segment_message
zsistla 53aefce
Merge branch 'feat/message_segment' of github.com:newrelic/newrelic-p…
zsistla a0a61a2
feat(axiom): Update integration test for externalCallCount
zsistla 1135d39
fix(test): NOT a string...
zsistla b7ffa6c
chore(axiom): Comment update
zsistla 9f66375
Merge branch 'dev' into feat/message_segment
zsistla 6b7eaf0
Merge branch 'dev' into feat/message_segment
zsistla d7c4d79
fix(axiom): Correct the attribute bucket.
zsistla 1ffa5d7
feat(axiom): Add aws_operation to message segment attributes.
zsistla c972a35
fix(axiom): Fixes
zsistla 11480f4
fix(axiom): copypaste error
zsistla a91b708
refactor(axiom): decoupled cloud attributes from message segment
zsistla 2568161
revert(axiom): externalCallCount fix in lieu of another PR
zsistla fd2a67f
Revert "revert(axiom): externalCallCount fix in lieu of another PR"
zsistla e709661
Update axiom/nr_segment_message.c
zsistla fde6d51
chore(axiom): Update comment
zsistla 12af96f
chore(axiom): Fixed comment to account for wraparound formatting issue
zsistla 6aec35d
refactor(axiom): move strempty check to nr_segment_set_message
zsistla 97218d6
fix(axiom): Clarify comment about NULL assumptions
zsistla 862604b
fix(axiom): PR responses
zsistla 925b94c
fix(axiom): comment update
zsistla cf172d3
Merge branch 'dev' into feat/message_segment
zsistla 4f91a63
chore(axiom): Comment update
zsistla 0670292
test(axiom): Ensure typed_attributes is NULL after destruction
zsistla File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.