Commit Graph

80 Commits

Author SHA1 Message Date
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
Anna Levenberg dccfffc9bf
docs(messaging): add gcp_pubsub ordering key attribute (#528)
Co-authored-by: Alexander Wert <AlexanderWert@users.noreply.github.com>
2023-11-19 11:06:31 +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
Trask Stalnaker 0de415c57d
Make `user_agent.original` and `http.request.header.*` attributes sampling relevant on HTTP server spans (#467) 2023-11-02 13:47:08 -04:00
Alexander Wert d6a478d8dc
Moved `messaging.*` attributes to the registry (#444)
Signed-off-by: Alexander Wert <alexander.wert@elastic.co>
2023-11-02 17:18:27 +01:00
Trask Stalnaker 8ff4ea6821
Make `client.address` sampling relevant on HTTP server spans (#469)
Co-authored-by: Alexander Wert <AlexanderWert@users.noreply.github.com>
2023-10-31 11:08:23 +01:00
Liudmila Molkova a8535bdeb3
Make url.scheme opt in for HTTP client metrics and make server.port required (#459)
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
2023-10-31 10:59:22 +01:00
Trask Stalnaker 3b76932c6a
Change `client.port` from recommended to opt-in on HTTP server spans (#472)
Co-authored-by: Alexander Wert <AlexanderWert@users.noreply.github.com>
2023-10-31 08:01:56 +01:00
Trask Stalnaker de4125d030
Clarify that `client.port` is the port of whichever client was captured in `client.address` (#471) 2023-10-30 16:42:07 +01:00
Trask Stalnaker a1ec47777f
Change `http.request.body.size` and `http.response.body.size` attributes from recommended to opt-in (#460) 2023-10-30 16:18:33 +01:00
Trask Stalnaker a2bbcc3f21
Update `Forwarded` header links to use specific anchors (#458)
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
2023-10-30 11:40:41 +01:00
Trask Stalnaker 002ace1b08
Change `user_agent.original` from recommended to opt-in on HTTP client spans (#468)
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
2023-10-30 11:25:49 +01: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
Alexander Wert 064fe4efda
Moved rpc attributes to the registry (#395)
Signed-off-by: Alexander Wert <alexander.wert@elastic.co>
2023-10-23 15:52:46 +02:00
Trask Stalnaker b23075cd60
Remove dashes to underscores normalization from http header attribute keys (#369)
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
Co-authored-by: Josh Suereth <joshuasuereth@google.com>
2023-10-20 16:23:28 +02:00
Liudmila Molkova 86f1ba452b
Editorial: random improvements (#415) 2023-10-19 16:53:57 -07:00
Trask Stalnaker 3408678411
Remove `network.type` from HTTP semconv (changing it from recommended to opt-in) (#410) 2023-10-17 18:16:53 +02:00
Trask Stalnaker 7680dc8bee
Change `network.transport` from recommended to opt-in in the HTTP semconv (#402)
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
2023-10-17 13:36:41 +02:00
Trask Stalnaker d21d653031
Rename `http.resend_count` to `http.request.resend_count` (#374)
Co-authored-by: Alexander Wert <AlexanderWert@users.noreply.github.com>
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
2023-10-16 07:35:57 +02:00
Liudmila Molkova ec3a4cf0af
Remove repetitive notes, briefs, etc on ref attributes (#367)
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
2023-10-12 15:04:18 +02: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
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
Johannes Tax a5979b01bd
Make messaging payload attributes consistent with other conventions (#229)
Co-authored-by: Alexander Wert <AlexanderWert@users.noreply.github.com>
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
2023-09-19 12:37:12 +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
Trask Stalnaker c83a10a9c3
Move network attributes out of trace folder (#256) 2023-08-15 07:33:53 -04:00
Gregor Zeitlinger 2927d5809b
add namespace to jvm metric attributes (#20) 2023-08-14 13:35:25 -07:00
Joao Grassi 6c0c6a0476
Re-introduce namespace to describe the original destination (#156)
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
2023-08-07 18:58:19 +02:00
Joao Grassi 9d45283f7a
Generate FaaS metrics semconv from YAML (#88) 2023-08-07 08:27:53 -07:00
Alexander Wert 4142dd35dd
Renamed `specification` and `semantic_conventions` to `model` and `docs` (#166) 2023-07-06 11:43:47 -07:00