Commit Graph

54 Commits

Author SHA1 Message Date
Liudmila Molkova 0e6aae3dd5
Replace `db.statement` with `db.query.text` in examples (#932) 2024-04-18 08:00:34 -07:00
Steve Rao ccb6db6f3d
Update missing modification from `db.operation` to `db.operation.name` (#912) 2024-04-08 19:54:58 -07:00
Trask Stalnaker 49669266d9
Update references from `db.operation` to `db.operation.name` (#904) 2024-04-08 13:05:09 -07:00
Liudmila Molkova ff49c9b6fa
DB: rename table/container/etc to collection (#870) 2024-04-08 10:14:27 -07:00
Trask Stalnaker b5b2409b52
Rename `db.statement` to `db.query.text` and introduce `db.query.parameter.<key>` (#866) 2024-04-08 09:48:04 -07:00
Trask Stalnaker a776eaf3fc
Deprecate `db.user` (#894) 2024-04-08 08:16:06 -07:00
Trask Stalnaker f812621a91
Rename `db.operation` to `db.operation.name` (#875)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-04-05 10:04:26 -07:00
Liudmila Molkova f1be1511d9
[chore] Prepare v1.25.0 release (#878)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-04-04 09:45:17 -07:00
Joao Grassi 8dc38ecc97
[chore] Move Dynamodb attributes to the registry (#850) 2024-04-03 11:20:42 +02:00
Liudmila Molkova a04a1f4ba4
Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
Emily S 8ac8d450f3
Use db.instance.id instead of specific elasticsearch node name attribute (#738)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2024-03-26 12:36:32 +01:00
Joao Grassi f94edec229
[chore] Move metric requirement levels doc from spec (#831)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2024-03-21 18:37:47 -07:00
Liudmila Molkova f9dfdd50ce
Database: clarify network attributes usage on common semconv (#768) 2024-03-18 11:37:59 +01:00
Damien Mathieu ac0c577d20
[chore] Fix double `the` typos (#806)
Co-authored-by: Reiley Yang <reyang@microsoft.com>
2024-03-11 16:58:33 +01:00
Liudmila Molkova c8b6163627
Deprecate `db.jdbc.driver_classname` attribute since it's not used (#796) 2024-03-08 08:41:04 -08:00
Liudmila Molkova 6c79a1d910
Deprecate db.connection_string (#769) 2024-03-06 11:46:13 -08:00
Joao Grassi 0e945f169e
[chore] Improve check/fix make targets (#787) 2024-03-06 11:30:13 +01:00
klauco 44690f11c7
Allow url.path sanitization (#676)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-03-01 16:03:01 -08:00
Liudmila Molkova 58c2705b7c
Merge DB connection-level and call-level attributes (#780)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-03-01 13:42:23 +01:00
Liudmila Molkova 5d7e48746a
[chore] Move GraphQL out of database folder/semconv (#736)
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
2024-02-15 19:41:03 +01:00
Trask Stalnaker 183647b9e5
Add placeholder for database stability transition plan (#733)
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
2024-02-12 15:08:27 +01:00
Alexandra Konrad e2382e6ba5
[chore] remove microsoft link to fix PR checks (#701)
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
2024-02-08 14:43:56 +01:00
Patrice Chalin e39dcb521b
[editorial] Fix path base in Hugo front matter (#688)
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
2024-02-06 17:57:38 +01:00
Patrice Chalin a41f0e8961
[editorial] Fix/adjust link to use https rather than http (#645) 2024-01-19 11:28:12 +01:00
Ariel Valentin efd9345199
feat: Add MySQL instance address attribute (#345)
Co-authored-by: Alexander Wert <AlexanderWert@users.noreply.github.com>
2023-11-30 09:22:16 +01:00
Trask Stalnaker b56abb47df
Remove Oct 1 mention from `OTEL_SEMCONV_STABILITY_OPT_IN` (#541)
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
2023-11-22 17:25:27 +01:00
Alexander Wert 811dbab22a
Moved database attributes to the attributes registry (#441)
Signed-off-by: Alexander Wert <alexander.wert@elastic.co>
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
2023-11-17 09:46:57 +01:00
Alexander Wert 6a9acefdbf
Moved client, server, source, destination attributes to the registry (#391)
Signed-off-by: Alexander Wert <alexander.wert@elastic.co>
2023-11-09 10:19:03 -06:00
Trask Stalnaker 3070635a74
Remove conditional requirement on `network.peer.address` and `network.peer.port` (#449)
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
2023-10-30 09:14:10 +01:00
Trask Stalnaker 76bb38700e
Fix network.transport examples (#448)
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
Co-authored-by: Alexander Wert <AlexanderWert@users.noreply.github.com>
2023-10-27 10:21:42 +02:00
Trask Stalnaker 8493048622
Fix examples still using server.socket.address (#446)
Co-authored-by: Alexander Wert <AlexanderWert@users.noreply.github.com>
2023-10-27 09:58:23 +02:00
Trask Stalnaker bf2a10db50
should -> SHOULD (#442) 2023-10-25 09:56:28 +02:00
Alexandra Konrad cd047137dd
move user agent to registry (#418) 2023-10-23 12:41:20 +02:00
Liudmila Molkova 86f1ba452b
Editorial: random improvements (#415) 2023-10-19 16:53:57 -07:00
Alexander Wert 315a4290fb
Moved network attributes to the registry (#390) 2023-10-19 14:16:04 +02:00
Alexandra Konrad a09cbef18b
Move url to the registry (#400)
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
2023-10-18 12:59:44 +02:00
Josh Suereth b127e121b9
Bump to latest specification version. (#379) 2023-10-11 09:29:44 -04:00
Trask Stalnaker 0b5a2f3354
Rename/replace `(client|server).socket.(address|port)` attributes with `network.(peer|local).(address|port)`. (#342)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2023-10-10 17:13:16 +02:00
Alexander Wert 4040095eda
Separation of attribute definitions from attribute usages: HTTP (#208)
Signed-off-by: Alexander Wert <alexander.wert@elastic.co>
Co-authored-by: Joao Grassi <joao@joaograssi.com>
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
2023-10-09 17:06:34 +02:00
Liudmila Molkova 2c065be5e6
Editorial: Update build-tools to 0.22.0 and sort attributes alphabetically in all semconv (#359)
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
2023-10-03 09:37:56 +02:00
Trask Stalnaker 3286326b17
Improve network briefs (#352) 2023-10-02 17:57:37 +02:00
Christian Neumüller 50c5424549
Port, address clarifications (#289) 2023-09-29 11:57:22 -07:00
Alexander Wert 2ef85e6e84
Moved template attributes to yaml model files (#315)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
2023-09-26 09:55:47 +02:00
Steve Gordon 58b08c9dfb
Add `cluster.name` and `node.name` attributes to Elasticsearch semantic conventions. (#285)
Co-authored-by: Alexander Wert <AlexanderWert@users.noreply.github.com>
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
2023-09-11 11:30:14 +02:00
Alan West 4fcf4dfd79
Clarify stabilization plan does not just apply to attributes (#278) 2023-08-30 13:59:18 +02:00
Trask Stalnaker 728c3ca60d
`http/dup` has higher precedence than `http` in `OTEL_SEMCONV_STABILITY_OPT_IN` (#249) 2023-08-14 13:58:21 -07:00
Trask Stalnaker 2cfb136715
Remove unnecessary portion of http.request.method note (#248) 2023-08-14 13:53:40 -07:00
Trask Stalnaker a0143da118
Improve symmetry in client/server address/port text (#244) 2023-08-14 12:02:04 -04:00
Joao Grassi 6deba959d0
Generate database metrics semconv from YAML (#90) 2023-08-01 13:30:10 -07:00
Patrice Chalin 82a6efb892
[editorial] Rename general section pages by dropping `general` from the filename (#195) 2023-07-14 10:10:35 -07:00