Commit Graph

65 Commits

Author SHA1 Message Date
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
Trask Stalnaker b40b5f3ac9
Use pipe as the `db.namespace` separator (#2151) 2025-04-22 19:01:43 +00:00
Trask Stalnaker 511c1ff100
Remove RC status from deprecated `db.system` (#2149) 2025-04-22 03:43:50 +00:00
Trask Stalnaker e500db3ac8
Add `db.query.parameter.<key>` (#2093) 2025-04-14 09:00:45 -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
Trask Stalnaker 54d1612b67
Add `db.stored_procedure.name` (#2037) 2025-03-30 12:34:50 -07:00
Trask Stalnaker 4f261829ff
Update `db.sql.table` deprecation note (#2035)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2025-03-29 13:27:34 -07:00
Trask Stalnaker 9727b525e5
`db.operation.parameter.<key>` should not be captured for batch operations (#2034)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2025-03-29 20:20:29 +00:00
Trask Stalnaker aea127e104
Normalize spaces in `db.operation.name` (if any) (#2033) 2025-03-29 20:18:38 +00:00
Liudmila Molkova d963d60dc0
Clarify notes on system-specific databases for operation and collection names (#1863)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2025-02-19 18:38:37 -08:00
Liudmila Molkova 13105b79d2
Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
Patrice Chalin 046cf01f47
[editorial] Normalize path to docs from docs (#1843) 2025-01-28 13:45:03 -08:00
Patrice Chalin 0dd3f8672c
[editorial] Hugo front matter title and other fixes (#1820) 2025-01-27 11:02:55 -08:00
Liudmila Molkova 62d5a7cd37
Consistent naming: `db.system` to `db.system.name`, namespace constants, remove `db` from system-specific names (#1734) 2025-01-23 23:02:12 -08:00
Liudmila Molkova 68b0afaf20
Don't render deprecated enum members (#1764) 2025-01-22 10:45:29 -08:00
Liudmila Molkova 30f71c6fe1
[editorial] A few random doc fixes (#1704)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-12-27 09:04:58 +01:00
Trask Stalnaker 5a5803258f
Improve rendering of database release candidate status (#1702)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-12-20 09:14:54 +01:00
Trask Stalnaker 3fa52acca3
Don't capture `db.operation.name` and `db.collection.name` from query formats that support multiples (#1566) 2024-11-25 11:56:09 -08:00
Liudmila Molkova ab1362c44e
Fix broken anchors, remove `en` from some links (#1610) 2024-11-25 10:45:14 -08:00
Daniel Dyla 05dca2da88
Add enum value separators (#1572) 2024-11-20 20:08:42 -08:00
Sourabh Jain 2566b8bb05
Cosmos DB: Added regions_contacted as new dimension (#1525)
Co-authored-by: Justine Cocchi <justine@cocchi.org>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2024-11-20 19:49:46 -08:00
Joao Grassi 2afe58c54a
[chore] Render attribute name on foot notes (#1583) 2024-11-18 11:14:30 +01:00
Trask Stalnaker 62306fc875
Generalize `db.query.parameter.<key>` to `db.operation.parameter.<key>` (#1559)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-11-13 06:15:13 -08:00
Sourabh Jain 63094c6c92
Cosmos DB: Operation Level Metrics (#1438)
Co-authored-by: Justine Cocchi <justine@cocchi.org>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2024-10-28 16:49:22 -07:00
Joao Grassi f1c64caa46
[chore] Improve markdown gen for registry pages (#1496) 2024-10-21 07:32:21 -07:00
Liudmila Molkova 25f74191d7
DB: fix how operation and collection names are recorded for complex queries (opt-in `db.query.text` on metrics, new `db.query.summary` recommended attribute) (#1482)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2024-10-18 08:36:09 -07:00
Richard Chukwu a365a5ef32
[chore] Add anchors to individual attributes in a markdown table #1041 (#1480)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-10-17 15:42:12 -07:00
Trask Stalnaker 8d2ab74d40
Mark database semconv as release candidate (#1101)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-10-07 11:50:59 -07:00
Liudmila Molkova 5e933fd5c2
Add `db.response.status_code` attribute, deprecate `db.cosmos.status_code` (#1424)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2024-10-01 09:30:21 -07:00
Joao Grassi d515887174
[chore] Add missing deprecated and briefs for deprecated attributes (#1391) 2024-09-05 14:04:58 +02:00
Liudmila Molkova 3c16c802e8
CosmosDB: define applicable values for `db.operation.name` and add proper reference to `az.namespace` (#1330) 2024-08-23 12:43:43 -07:00
Liudmila Molkova 3c1f5e3389
Fix link anchors (#1354) 2024-08-19 13:14:01 -07:00
Marylia Gutierrez ea6e22bbf2
clarify database pool name being unique (#1289)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-08-01 15:52:55 +00:00
Alexander Wert 4e7c42ee8e
Update build-tools version to 0.25.0 and add `display_name` to all registry attribute groups (#985)
Signed-off-by: Alexander Wert <alexander.wert@elastic.co>
2024-07-15 11:58:37 +02:00
Trask Stalnaker ad05f1d8d3
Clarify db.query.parameter is string representation (#1165)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-06-25 11:40:10 +00:00
Gergely Kalapos eeed399850
Define sanitization for db.query.text (#1100)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-06-24 07:23:59 -07:00
Liudmila Molkova ca6e1c5df5
Clean up database systems (#1120) 2024-06-07 13:04:54 -07:00
Gergely Kalapos 315a717762
Adapt Elasticsearch spec to stability changes (#1002)
Co-authored-by: Steve Rao <raozihao.rzh@alibaba-inc.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-06-07 11:28:55 -07:00
Trask Stalnaker de58491fa5
Rename `db.client.connections.*` attributes to `db.client.connection.*` (#1125)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-06-07 08:39:56 -07:00
Trask Stalnaker e3217bea91
Add support for database batch operations (#1072)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-05-29 09:38:22 -07:00
Steve Rao c98600cf91
Add semantic convention of influxDB (#949)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-05-29 17:24:14 +02:00
Alexandra Konrad 728bc03fb6
[chore] sort enums members in table (#1083)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-05-29 07:17:59 -07:00
Trask Stalnaker cb771da926
Mention how to capture collection and operation names from query text in the registry (#1070)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-05-28 11:14:47 -07:00
Marylia Gutierrez 488128d859
[chore]: update order of db systems on readme (#1077) 2024-05-28 08:06:16 -07:00
Alexandra Konrad e6394f6d53
[chore] use correct acronym for second headline (#1043) 2024-05-17 12:10:36 -04:00
Josh Suereth 04bdbba20f
(feat) Migrate all markdown generation to use JINJA snippets (#1000) 2024-05-15 12:35:17 +00:00
Liudmila Molkova e720865cfe
Clarify that `*.system` captures the client perception (#1016) 2024-05-10 08:04:08 -07:00
Gergely Kalapos 5c3e4f1d4a
Clarify case normalization in db spec (#1004) 2024-05-07 11:20:35 -07:00
Josh Suereth 651d779183
Generate Attribute Registry using Weaver (#917) 2024-05-01 11:22:28 -07:00