forked from open-telemetry/opentelemetry-collector-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Add stored procedure columns to events #1
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
57 commits
Select commit
Hold shift + click to select a range
71759f1
Adding the query and tracking of stored procedures to events
cjksplunk 5498a7a
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
cjksplunk 97aab1a
Merge branch 'open-telemetry:main' into add-stored-procedure-columns-…
cjksplunk 3b5ca90
Fixed missing process id
cjksplunk a8ffaef
Removing stored procedure type
cjksplunk 0821ddf
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
cjksplunk 0e85536
Added changelog entry
cjksplunk c155be3
Added changelog entry
cjksplunk c1d747c
reverted changelog entry
cjksplunk f5a90a2
fix changelog entry
cjksplunk 0bc4785
updates to variable naming and usage
cjksplunk f4eea59
updates to variable naming and usage
cjksplunk 81d191f
updates to variable naming and usage
cjksplunk 8a2b5ed
ran make generate
cjksplunk f504f37
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
cjksplunk 8024074
Moved QuerySampleCount and TopQueryCount ot of params and reference c…
cjksplunk 0890020
Added issue to changelog
cjksplunk 0bf933d
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
cjksplunk fb96860
Replaced values with vars
cjksplunk c5d313a
Integrating stored procedure values for samples
cjksplunk 28fa28f
updates to test data
cjksplunk b3c7078
Merge branch 'postgres-stored-procedure-stats' into add-stored-proced…
cjksplunk c8efaec
Backout unintended merge
cjksplunk 1b76557
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
cjksplunk 9bc1b70
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
cjksplunk a58a5c9
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
cjksplunk 26101d3
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
cjksplunk 7ba3c74
updating change log
cjksplunk f9531c3
Fix for inaccurate query count being reported in postgresql query met…
sv-splunk 42432a7
change log
sv-splunk a06028f
this fix is for sqlserver
sv-splunk 98e2e15
fill issue details
sv-splunk ca3a16a
go generate
sv-splunk e521c6f
fix lint
sv-splunk e7cf472
Merge branch 'main' into postgresql_fix_for_inaccurate_query_executio…
sv-splunk 68893f7
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
cjksplunk 3cf3d01
make gogci
sv-splunk 58f51c5
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
cjksplunk 20de936
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
cjksplunk 9df4eb6
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
cjksplunk 87935cd
tweak to samples sql
cjksplunk 9433fdf
Revert checks around sending metrics for countInDb=1, since it's addr…
sv-splunk a2d7baf
Merge branch 'main' into postgresql_fix_for_inaccurate_query_executio…
sv-splunk 7d1720c
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
cjksplunk 132a147
Merge branch 'main' into postgresql_fix_for_inaccurate_query_executio…
sv-splunk 4db323b
Updates in prep for testing
cjksplunk cf85aa1
Merge branch 'postgresql_fix_for_inaccurate_query_execution_count' in…
cjksplunk bb78240
fix lint
sv-splunk b47bd3e
cleanup
sv-splunk d051411
Fix invalid casting and update old test
sv-splunk e32d34c
Updating topN query to use HAVING instead of external WHERE clause
sv-splunk 4795057
Merge branch 'main' into sqlserver_fix_for_inaccurate_query_execution…
sv-splunk 0a6c22a
Merge branch 'sqlserver_fix_for_inaccurate_query_execution_count' int…
cjksplunk d6923c3
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
cjksplunk c36abac
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
cjksplunk 53e83a2
Query Tuning
cjksplunk f521b20
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
cjksplunk 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
16 changes: 10 additions & 6 deletions
16
receiver/sqlserverreceiver/internal/metadata/generated_logs.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
16 changes: 14 additions & 2 deletions
16
receiver/sqlserverreceiver/internal/metadata/generated_logs_test.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to increase this to
250?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At the direction of the EO.