Commit Graph

699 Commits

Author SHA1 Message Date
Trask Stalnaker d6e42db109
Remove extra char (#2212) 2025-05-01 23:33:23 +00:00
jason plumb 48c9127770
Introduce app click events (#2070)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2025-05-01 19:19:53 +00:00
Trask Stalnaker c921649595
Add `db.operation.name` and `db.collection.name` to SQL for higher-level APIs (#2207) 2025-05-01 15:12:45 +00:00
Trask Stalnaker 5ef77aa1f4
Add `db.stored_procedure.name` to the general span conventions (#2205)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2025-05-01 15:07:56 +00:00
Trask Stalnaker d4cb5e3ced
Expand examples of targets in `db.query.summary` (#2201) 2025-05-01 14:53:02 +00:00
Liudmila Molkova 7ab7a384e3
Render template attribute name consistently in the table and notes (#2193) 2025-05-01 01:21:08 +00:00
Liudmila Molkova 0268189395
Make db.operation.name required where it's available, clarify what to do with multiple layers (#2200)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2025-04-30 17:19:49 +00:00
odubajDT 4a023fc5a7
[k8s] Introduce semantic conventions for k8s DaemonSet labels and annotations (#2170)
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
2025-04-30 16:15:28 +00:00
odubajDT 5abb2e3c0e
[k8s] Introduce semantic conventions for k8s Deployment labels and annotations (#2168)
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
2025-04-30 14:51:30 +00:00
odubajDT c9fc9029eb
[k8s] Introduce semantic conventions for k8s StatefulSet labels and annotations (#2169)
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
2025-04-30 14:33:42 +00:00
odubajDT 0246e4513e
[k8s] Introduce semantic conventions for k8s ReplicaSet labels and annotations (#2167)
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
2025-04-30 14:28:56 +00:00
odubajDT 3f9f8f26f5
[k8s] Introduce semantic conventions for k8s Namespace labels and annotations (#2166)
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
2025-04-30 14:21:03 +00:00
odubajDT c0e7d69c09
[k8s] Introduce semantic conventions for k8s Job labels and annotations (#2171)
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
2025-04-30 06:54:47 +00:00
Dave Cadwallader d9b7765b7d
[chore] Fix stray sentence fragment (#2198) 2025-04-29 19:28:38 +00:00
Liudmila Molkova 66ba317a2f
Move key names from template attribute examples to notes (#2175) 2025-04-29 18:39:20 +00:00
Liudmila Molkova 454d1b3ea9
Remove field values from Redis query examples (#2195) 2025-04-29 18:37:29 +00:00
Trask Stalnaker 08728eb08d
Move `db.query.parameter.<key>` from release_candidate back to development (#2194) 2025-04-29 13:59:47 +00:00
Josh Suereth c1146636ab
Add bare minimum Entity Association capabilities - Apply to System + Process semconv (#2123) 2025-04-28 16:28:37 +00:00
Trask Stalnaker cdb09bb55f
Provide guidance on modeling lat/lon, x/y, etc (#2145) 2025-04-28 15:20:41 +00:00
Trask Stalnaker 78346782a8
Remove outdated sanitization requirement (#2187) 2025-04-28 14:39:21 +00:00
Trask Stalnaker 14f5330922
Improve wording of `db.collection.name` and `db.operation.name` (#2186) 2025-04-28 14:38:29 +00:00
odubajDT 7867bc07fa
[k8s] Introduce semantic conventions for k8s CronJob labels and annotations (#2172)
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
2025-04-28 14:31:53 +00:00
odubajDT 5eaa58617f
[k8s] make k8s Node and Pod labels optional (#2181)
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
2025-04-28 14:27:09 +00:00
Guangya Liu a286dc426e
Add invoke_agent as a member of gen_ai.operation.name (#2160) 2025-04-26 23:19:17 +00:00
Trask Stalnaker b40b5f3ac9
Use pipe as the `db.namespace` separator (#2151) 2025-04-22 19:01:43 +00:00
Preston Vasquez 5e932efbfc
[chore] allow category-specific values in OTEL_SEMCONV_STABILITY_OPT_IN (#2158) 2025-04-22 18:05:57 +00:00
Trask Stalnaker 69fae2852c
Rename file name and internal id from mssql to sql_server (#2150) 2025-04-22 03:47:27 +00:00
Trask Stalnaker 511c1ff100
Remove RC status from deprecated `db.system` (#2149) 2025-04-22 03:43:50 +00:00
Steve Rao 308b1ade25
Add GC causes to jvm GC related metric (#2155)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2025-04-22 03:42:53 +00:00
Guangya Liu 0f5b12f74f
Adding span for invoke agent (#1900)
Signed-off-by: Guangya Liu <gyliu@ibm.com>
2025-04-22 00:16:38 +00:00
Liudmila Molkova 2b2e1565b3
Separate inference and embeddings spans, remove irrelevant attributes (#2122) 2025-04-18 23:57:05 +00:00
Keith Schmitt 6269289788
feat: Add `jvm.file_descriptor.count` metric to jvm experimental metrics (#2139) 2025-04-18 21:16:20 +00:00
odubajDT 18cb7ad664
[k8s] Introduce semantic conventions for k8s Node labels and annotations (#2130)
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2025-04-18 12:30:31 +00:00
SylvainJuge 379d13f881
mark code.* attributes as stable (#2102) 2025-04-17 00:31:02 +00:00
Michael Safyan 47fe2c0228
Propose an update to the values of 'gen_ai.system' for Google. (#2050)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2025-04-16 09:33:48 -07:00
Guangya Liu 2d05f4d034
Removed unnecessary GenAI agent span attributes when create agent (#2116)
Signed-off-by: Guangya Liu <gyliu@ibm.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2025-04-15 22:15:22 -07:00
OpenTelemetry Bot 671b54448e
[chore] Update spec repo links to v1.44.0 (#2118)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2025-04-15 22:19:29 +00:00
Michael Safyan 52053d4f83
Add `generate_content` to the list of permissible values for `gen_ai.operation.name` (#2049) 2025-04-15 04:23:18 +00:00
Daniel Dyla 49d2cc452b
Rename `feature_flag.provider_name` to `feature_flag.provider.name` (#1982) 2025-04-14 13:02:03 -07:00
Trask Stalnaker e500db3ac8
Add `db.query.parameter.<key>` (#2093) 2025-04-14 09:00:45 -07:00
Jonas Kunz 90ec29c821
Add health metrics for SDK metrics part (#2016)
Co-authored-by: Alexander Wert <AlexanderWert@users.noreply.github.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2025-04-14 07:37:54 -07:00
Florian Lehner ec318436e4
[chore] Map code.* attributes to messages in OTLP Profiles (#2089)
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
2025-04-13 17:26:53 +00:00
PRATIBHA-Moogi f9f14b0bf8
To Add tool description as one of the gen_ai.tool attributes (#2059)
Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
2025-04-13 10:24:53 -07:00
Liudmila Molkova 37aa27712f
Update weaver to 0.14.0 and allow `_` -> `.` renames (#2086) 2025-04-11 09:30:39 -07:00
Florian Lehner 35613d6f15
process: Add process.environment_variable.<key> (#2015) 2025-04-09 16:24:37 -07:00
Riccardo Magliocchetti 0148fdb154
vcs: Fix typo in gitea name (#2058)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2025-04-09 11:30:46 -07:00
Liudmila Molkova a86a51c932
Add span rendering template and clean up span briefs and notes (#1505) 2025-04-09 09:32:28 -07:00
Leighton Chen e2d0558b87
Add http request duration to SDK metrics (#2007)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2025-04-09 09:22:30 -07:00
Jonas Kunz 87cef1eb5b
Remove .count suffix from span health metrics (#2042)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2025-04-08 21:06:33 -07:00
Karlie-777 cdb9cd9fdf
Add Browser Web Vitals Event (#1940)
Co-authored-by: jason plumb <75337021+breedx-splk@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2025-04-08 23:03:52 +00:00