You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/node/opentelemetry-instrumentation-pg/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Prior to version `0.55.0`, this instrumentation created spans and metrics target
57
57
58
58
Database semantic conventions (semconv) were stabilized in v1.34.0, and a [migration process](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/non-normative/db-migration.md) was defined.
59
59
`opentelemetry-instrumentation-pg` versions 0.55.0 and later include support for migrating to stable Database semantic conventions, as described below.
60
-
The intent is to provide an approximate 6 month time window for users of this instrumentation to migrate to the new Database semconv, after which a new minor version will use the *new* semconv by default and drop support for the old semconv.
60
+
The intent is to provide an approximate 6 month time window for users of this instrumentation to migrate to the new Database semconv, after which a new minor version will use the new semconv by default and drop support for the old semconv.
61
61
62
62
To select which semconv version(s) is emitted from this instrumentation, use the `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable.
63
63
@@ -72,8 +72,8 @@ To select which semconv version(s) is emitted from this instrumentation, use the
72
72
|`db.connection_string`| Removed | String used to connect to the database |
73
73
|`db.user`| Removed | User used to connect to the database |
74
74
|`db.name`| Removed, integrated into the new `db.namespace`| The name of the database. |
75
-
| (not included) |`db.namespace`| The name of the database, fully qualified within the server address and port. |
76
-
|`db.statement`|`db.query.text`| The database query being executed. |
75
+
| (not included) |`db.namespace`| The name of the database, fully qualified within the server address and port. |
76
+
|`db.statement`|`db.query.text`| The database query being executed. |
77
77
|`db.system`|`db.system.name`| The database management system (DBMS) product as identified by the client instrumentation. |
78
78
|`net.peer.port`|`network.peer.port`| Peer port number of the network connection. |
79
79
|`net.peer.name`|`network.peer.address`| Peer address of the database node where the operation was performed. |
0 commit comments