Commit Graph

1332 Commits

Author SHA1 Message Date
Trask Stalnaker 42c27f71aa
[chore] Fix typo (#1015) 2024-05-08 11:25:17 -07:00
Alexandra Konrad e979d416cd
[chore] move process metrics to the registry (#988) 2024-05-08 10:02:34 -07:00
Liudmila Molkova db1a97b0ad
Render full MD tables for database systems (#973) 2024-05-08 09:41:20 -07:00
Alexandra Konrad ccb9a8ccce
[chore] add user agent to the link check (#1013) 2024-05-08 09:34:07 -07:00
Gergely Kalapos 5c3e4f1d4a
Clarify case normalization in db spec (#1004) 2024-05-07 11:20:35 -07:00
klauco eb859d55d6
Added url.template to HTTP client attributes (#675)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
Co-authored-by: Alexandra Konrad <10500694+trisch-me@users.noreply.github.com>
2024-05-07 09:40:30 -07:00
Trask Stalnaker a727b99160
Parameterized query text does not need to be sanitized by default (#976)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-05-07 09:29:52 -07:00
Joao Grassi 5ed38b4918
[chore] Fix Weaver make commands (#1001) 2024-05-07 08:58:35 -07:00
Liudmila Molkova 43163c8a0e
Update markdownlint version and fix violation (#1010) 2024-05-07 07:42:32 -07:00
Liudmila Molkova 519bf7d0e8
[chore] Remove docfx as unnecessary (#1008) 2024-05-06 18:00:53 -07:00
Liudmila Molkova b6c1c122e6
Add registry md check and fix violations (#1005) 2024-05-06 16:16:27 +02:00
Nev 55fb2c060a
[chore] Update event semantic conventions (#880)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-05-03 10:26:27 -07:00
Johannes Tax 4204c02ef0
BREAKING: Rename `messaging.client_id` to `messaging.client.id` (#948) 2024-05-03 06:59:02 -07:00
Liudmila Molkova 1279742827
Database: update span name (#974)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-05-02 14:06:29 -07:00
Liudmila Molkova 30402c468f
Add experimental HTTP attributes to HTTP spans (#989) 2024-05-02 12:03:52 -07:00
Gergely Kalapos 70baddd2af
Rename `db.client.connections.*` metrics to `db.client.connection.*` and rename `db.client.connection.usage` to `db.client.connection.count` and adapting units (#966)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-05-02 11:20:27 -07:00
Josh Suereth 651d779183
Generate Attribute Registry using Weaver (#917) 2024-05-01 11:22:28 -07:00
Trask Stalnaker 48f50d7d8c
Remove `db.instance.id` (#972) 2024-05-01 09:33:31 -07:00
Chris Mark 8590a71811
[metrics/system] Remove shared from system.memory.state values (#933)
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
2024-04-30 17:21:03 -04:00
Povilas Versockas 3dc61e15a5
feat: add k8s.container.status.last_terminated_reason resource attribute (#968)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-04-29 19:58:35 -07:00
Josh Suereth b4a04fdb16
Move JVM attribtues to registry. (#979)
Co-authored-by: Alexandra Konrad <10500694+trisch-me@users.noreply.github.com>
2024-04-29 21:03:12 +00:00
Liudmila Molkova 37a79422ad
Database: add error.type to span and metric (#975) 2024-04-29 10:16:06 -07:00
Liudmila Molkova 4d80b4ce2b
[chore] Disable link check for semconv pulls and issues (#962) 2024-04-24 12:17:44 -07:00
Anna Levenberg 387b74f8a7
docs(messaging): add gcp_pubsub unary pull example (#634)
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-04-24 12:00:50 -07:00
Liudmila Molkova 3afe2871d1
Rename `db.name` to `db.namespace` and generalize it (#911)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2024-04-24 11:53:24 -07:00
Liudmila Molkova d1a2d487c1
Move .NET-specific attributes to the registry (#943) 2024-04-24 10:32:38 -07:00
Josh Suereth 7c09a909b5
(chore) Remove common attributes from RPC documentation in favor of f… (#960) 2024-04-24 16:40:31 +00:00
Alexandra Konrad a28fa9e62e
[chore] fix type of registry groups (#957)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-04-24 09:32:01 -07:00
Liudmila Molkova 83369f23dd
[chore] Split db and messaging registry groups (#952) 2024-04-24 13:21:16 +00:00
Trask Stalnaker 6af1ab47a8
Fix markdown status of exceptions (#951) 2024-04-23 18:06:15 -07:00
Joao Grassi 8d6f12bd82
Clarify fully-qualified name should be used for `error.type` (#945)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-04-23 08:30:22 -07:00
Trask Stalnaker dd73dba5ac
Should -> SHOULD (#946)
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
2024-04-23 09:47:35 +00:00
Alan West c0e170d51e
Add db.client.operation.duration metric (#735)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-04-22 16:39:10 -07:00
Nev b6bc365b76
Update the device.app.lifecycle event description and constraints (#794)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-04-22 09:41:54 -07:00
Alexandra Konrad 7f6876de7d
[chore] move log to registry (#908)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-04-22 13:40:25 +02:00
Phillip Carter c8a1337e7a
Fix the linkTitle for Azure Messaging (#944) 2024-04-22 11:14:04 +02:00
Gerhard Stöbich b77c881ad6
[chore] adapt lambda examples to current conventions (#938) 2024-04-19 12:04:14 +02:00
Alan West 1b6bde0287
Move common DB attributes (#910)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-04-18 16:58:15 -07:00
Alexandra Konrad bee13d413c
[BREAKING] move attributes from db metrics to the registry (#909)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-04-18 14:26:30 -07:00
Liudmila Molkova 54cc03eb61
HTTP spans restructuring: explicitly list all http client and server attributes, remove common (#931) 2024-04-18 10:56:06 -07:00
Alexander Wert 5e822ddfe9
Fix title for the JVM docs page (#934)
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
2024-04-18 16:02:49 +00:00
Liudmila Molkova 0e6aae3dd5
Replace `db.statement` with `db.query.text` in examples (#932) 2024-04-18 08:00:34 -07:00
SylvainJuge ac9f85f058
[chore] fix typo in resource attributes docs (#919)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-04-17 14:27:48 -07:00
Gergely Kalapos 4728f63743
[chore] Move system metric attributes to the registry (#867)
Co-authored-by: Chris Mark <chrismarkou92@gmail.com>
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
Co-authored-by: Alexandra Konrad <10500694+trisch-me@users.noreply.github.com>
2024-04-17 11:44:09 +02:00
Nir Gazit 1c93c94ce6
LLM Semantic Conventions: Initial PR (#825)
Co-authored-by: Drew Robbins <drobbins@microsoft.com>
Co-authored-by: Drew Robbins <drew@drewby.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
Co-authored-by: Phillip Carter <pcarter@fastmail.com>
Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com>
2024-04-16 16:04:32 -07:00
Johannes Tax f12a4d3833
BREAKING: Rename `messaging.operation` to `messaging.operation.name` (#913)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-04-16 14:12:31 -07:00
Gregor Zeitlinger 677ab9e379
add missing link to messaging metrics (#924) 2024-04-15 08:36:22 -07:00
ET 91d267081f
[chore] Fix typo in container attributes registry (#920) 2024-04-12 18:37:38 -07:00
Joao Grassi 768a23c362
[chore] Move otel.* attributes to registry (#891) 2024-04-10 09:57:09 +02:00
Alexandra Konrad 51813f68ca
[chore] move event to registry (#907)
Co-authored-by: Alexander Wert <AlexanderWert@users.noreply.github.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-04-10 08:06:05 +02:00