Skip to content

Commit d7da44c

Browse files
committed
lint
1 parent 14f9847 commit d7da44c

File tree

1 file changed

+3
-3
lines changed
  • plugins/node/opentelemetry-instrumentation-pg

1 file changed

+3
-3
lines changed

plugins/node/opentelemetry-instrumentation-pg/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Prior to version `0.55.0`, this instrumentation created spans and metrics target
5757

5858
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.
5959
`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.
6161

6262
To select which semconv version(s) is emitted from this instrumentation, use the `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable.
6363

@@ -72,8 +72,8 @@ To select which semconv version(s) is emitted from this instrumentation, use the
7272
| `db.connection_string` | Removed | String used to connect to the database |
7373
| `db.user` | Removed | User used to connect to the database |
7474
| `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. |
7777
| `db.system` | `db.system.name` | The database management system (DBMS) product as identified by the client instrumentation. |
7878
| `net.peer.port` | `network.peer.port` | Peer port number of the network connection. |
7979
| `net.peer.name` | `network.peer.address` | Peer address of the database node where the operation was performed. |

0 commit comments

Comments
 (0)