Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
71759f1
Adding the query and tracking of stored procedures to events
Nov 24, 2025
5498a7a
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Nov 24, 2025
97aab1a
Merge branch 'open-telemetry:main' into add-stored-procedure-columns-…
Nov 24, 2025
3b5ca90
Fixed missing process id
Nov 24, 2025
a8ffaef
Removing stored procedure type
Nov 25, 2025
0821ddf
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Nov 26, 2025
0e85536
Added changelog entry
Nov 26, 2025
c155be3
Added changelog entry
Nov 26, 2025
c1d747c
reverted changelog entry
Nov 26, 2025
f5a90a2
fix changelog entry
Nov 26, 2025
0bc4785
updates to variable naming and usage
Nov 26, 2025
f4eea59
updates to variable naming and usage
Nov 26, 2025
81d191f
updates to variable naming and usage
Nov 26, 2025
8a2b5ed
ran make generate
Nov 27, 2025
f504f37
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Nov 27, 2025
8024074
Moved QuerySampleCount and TopQueryCount ot of params and reference c…
Nov 27, 2025
0890020
Added issue to changelog
Dec 1, 2025
0bf933d
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Dec 2, 2025
fb96860
Replaced values with vars
Dec 2, 2025
c5d313a
Integrating stored procedure values for samples
Dec 2, 2025
28fa28f
updates to test data
Dec 2, 2025
b3c7078
Merge branch 'postgres-stored-procedure-stats' into add-stored-proced…
Dec 2, 2025
c8efaec
Backout unintended merge
Dec 2, 2025
1b76557
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Dec 2, 2025
9bc1b70
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Dec 16, 2025
a58a5c9
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Dec 16, 2025
26101d3
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Dec 17, 2025
7ba3c74
updating change log
Dec 17, 2025
f9531c3
Fix for inaccurate query count being reported in postgresql query met…
sv-splunk Jan 5, 2026
42432a7
change log
sv-splunk Jan 5, 2026
a06028f
this fix is for sqlserver
sv-splunk Jan 5, 2026
98e2e15
fill issue details
sv-splunk Jan 5, 2026
ca3a16a
go generate
sv-splunk Jan 6, 2026
e521c6f
fix lint
sv-splunk Jan 6, 2026
e7cf472
Merge branch 'main' into postgresql_fix_for_inaccurate_query_executio…
sv-splunk Jan 6, 2026
68893f7
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Jan 6, 2026
3cf3d01
make gogci
sv-splunk Jan 6, 2026
58f51c5
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Jan 6, 2026
20de936
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Jan 7, 2026
9df4eb6
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Jan 7, 2026
87935cd
tweak to samples sql
Jan 7, 2026
9433fdf
Revert checks around sending metrics for countInDb=1, since it's addr…
sv-splunk Jan 7, 2026
a2d7baf
Merge branch 'main' into postgresql_fix_for_inaccurate_query_executio…
sv-splunk Jan 8, 2026
7d1720c
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Jan 8, 2026
132a147
Merge branch 'main' into postgresql_fix_for_inaccurate_query_executio…
sv-splunk Jan 8, 2026
4db323b
Updates in prep for testing
Jan 8, 2026
cf85aa1
Merge branch 'postgresql_fix_for_inaccurate_query_execution_count' in…
Jan 8, 2026
bb78240
fix lint
sv-splunk Jan 8, 2026
b47bd3e
cleanup
sv-splunk Jan 8, 2026
d051411
Fix invalid casting and update old test
sv-splunk Jan 9, 2026
e32d34c
Updating topN query to use HAVING instead of external WHERE clause
sv-splunk Jan 9, 2026
4795057
Merge branch 'main' into sqlserver_fix_for_inaccurate_query_execution…
sv-splunk Jan 9, 2026
0a6c22a
Merge branch 'sqlserver_fix_for_inaccurate_query_execution_count' int…
Jan 9, 2026
d6923c3
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Jan 12, 2026
c36abac
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Jan 15, 2026
53e83a2
Query Tuning
Jan 15, 2026
f521b20
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Jan 16, 2026
cfaa9ea
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Jan 20, 2026
45b2173
Adding '''WHERE st.text IS NOT NULL; ''' to topx and samples queries
Jan 20, 2026
ad0c684
Merge branch 'open-telemetry:main' into add-stored-procedure-columns-…
Jan 21, 2026
e52062a
Backed out changes to samples query
Jan 21, 2026
088a342
Adding documentation for default samples count
Jan 22, 2026
135c988
Revert "Add stored procedure columns to events (#1)"
Jan 22, 2026
0712589
Reapply "Add stored procedure columns to events (#1)"
Jan 22, 2026
5b5f5e8
Merge branch 'open-telemetry:main' into add-stored-procedure-columns-…
Jan 22, 2026
1299b7e
Merge branch 'main' into add-stored-procedure-columns-to-events
Jan 22, 2026
5b3bf23
removing not null from samples again
Jan 22, 2026
a14bac8
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Jan 23, 2026
961984b
Updating documentation
Jan 23, 2026
dc103f1
Merge branch 'upstream-main'
Jan 23, 2026
ebe0a15
Merge branch 'main' into add-stored-procedure-columns-to-events
Jan 23, 2026
925178b
Merge remote-tracking branch 'origin/main'
Jan 23, 2026
bb200b3
Merge branch 'main' into add-stored-procedure-columns-to-events
Jan 23, 2026
229f31d
Merge branch 'upstream-main' into add-stored-procedure-columns-to-events
Jan 27, 2026
ed1e63b
Updates made per PR feedback.
Jan 27, 2026
5275cc2
Merge branch 'main' into add-stored-procedure-columns-to-events
Jan 27, 2026
4057f52
Removing unused comment
Jan 27, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .chloggen/add-stored-procedure-columns-to-events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ change_type: enhancement
component: receiver/sqlserver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: adding sqlserver.procedure_id and sqlserver.procedure_name attributes to TopQuery and Sample Events
note: Add the `sqlserver.procedure_id` and `sqlserver.procedure_name` attributes to TopQuery and Sample Events

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [44656]
Expand Down
4 changes: 2 additions & 2 deletions receiver/sqlserverreceiver/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type: sqlserver
#generated_package_name: sqlserverreceiver

status:
class: receiver
stability:
Expand Down Expand Up @@ -135,7 +135,7 @@ attributes:
type: double
# Stored Procedures
sqlserver.procedure_id:
description: The SQLServer ID of the stored procedure, if any
description: The SQL Server ID of the stored procedure, if any
type: string
sqlserver.procedure_name:
description: The name of the stored procedure, if any
Expand Down
Loading