Skip to content

Commit db56e21

Browse files
ensure table headers are lintable
1 parent 5b398d7 commit db56e21

File tree

19 files changed

+28
-28
lines changed

19 files changed

+28
-28
lines changed

packages/instrumentation-cassandra-driver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ await client.execute('select * from foo');
4444
### Instrumentation options
4545

4646
| Option | Type | Default | Description |
47-
|-----------------------------|--------------------------------------------------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
47+
| --------------------------- | ------------------------------------------------ | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
4848
| `enhancedDatabaseReporting` | `boolean` | `false` | Whether to include database queries with spans. These can contain sensitive information when using unescaped parameters - i.e. `insert into persons (name) values ('Bob')` instead of `insert into persons (name) values (?)`. |
4949
| `responseHook` | `CassandraDriverResponseCustomAttributeFunction` | `undefined` | Hook for adding custom attributes before response is handled |
5050
| `maxQueryLength` | `number` | `65536` | If `enhancedDatabaseReporting` is enabled, limits the attached query strings to this length. |

packages/instrumentation-document-load/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ See [examples/tracer-web](https://github.com/open-telemetry/opentelemetry-js/tre
118118
The document load instrumentation plugin has few options available to choose from. You can set the following:
119119

120120
| Options | Type | Description |
121-
|---------|------|-------------|
121+
| ------- | ---- | ----------- |
122122
| `applyCustomAttributesOnSpan.documentLoad`| `DocumentLoadCustomAttributeFunction` | Function for adding custom attributes to `documentLoad` spans. |
123123
| `applyCustomAttributesOnSpan.documentFetch` | `DocumentLoadCustomAttributeFunction` | Function for adding custom attributes to `documentFetch` spans. |
124124
| `applyCustomAttributesOnSpan.resourceFetch` | `ResourceFetchCustomAttributeFunction` | Function for adding custom attributes to `resourceFetch` spans |

packages/instrumentation-ioredis/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ registerInstrumentations({
4747
IORedis instrumentation has few options available to choose from. You can set the following:
4848

4949
| Options | Type | Description |
50-
|-------------------------|---------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|
50+
| ----------------------- | ------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
5151
| `dbStatementSerializer` | `DbStatementSerializer` | IORedis instrumentation will serialize db.statement using the specified function. |
5252
| `requestHook` | `RedisRequestCustomAttributeFunction` (function) | Function for adding custom attributes on db request. Receives params: `span, { moduleVersion, cmdName, cmdArgs }` |
5353
| `responseHook` | `RedisResponseCustomAttributeFunction` (function) | Function for adding custom attributes on db response |
@@ -105,7 +105,7 @@ This package uses `@opentelemetry/semantic-conventions` version `1.22+`, which i
105105
Attributes collected:
106106

107107
| Attribute | Short Description |
108-
|------------------------|-----------------------------------------------------------------------------|
108+
| ---------------------- | --------------------------------------------------------------------------- |
109109
| `db.connection_string` | The connection string used to connect to the database. |
110110
| `db.statement` | The database statement being executed. |
111111
| `db.system` | An identifier for the database management system (DBMS) product being used. |

packages/instrumentation-knex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This will cause both the old and new semantic conventions to be emitted during t
7676
Attributes collected:
7777

7878
| v1.7.0 semconv | v1.23.0 semconv | Short Description |
79-
|-----------------|----------------------|-----------------------------------------------------------------------------|
79+
| --------------- | -------------------- | --------------------------------------------------------------------------- |
8080
| `db.name` | `db.namespace` | This attribute is used to report the name of the database being accessed. |
8181
| `db.operation` | `db.operation.name` | The name of the operation being executed. |
8282
| `db.sql.table` | `db.collection.name` | The name of the primary table that the operation is acting upon. |

packages/instrumentation-mysql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ See [examples/mysql](https://github.com/open-telemetry/opentelemetry-js-contrib/
4545
### MySQL instrumentation Options
4646

4747
| Options | Type | Default | Description |
48-
| ------- | ---- | --------| ----------- |
48+
| ------- | ---- | ------- | ----------- |
4949
| [`enhancedDatabaseReporting`](./src/types.ts#L24) | `boolean` | `false` | If true, an attribute containing the query's parameters will be attached the spans generated to represent the query |
5050

5151

packages/instrumentation-nestjs-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This package uses `@opentelemetry/semantic-conventions` version `1.22+`, which i
5555
Attributes collected:
5656

5757
| Attribute | Short Description |
58-
|---------------------|----------------------------------------------------|
58+
| ------------------- | -------------------------------------------------- |
5959
| `component`* | "@nestjs/core" |
6060
| `nestjs.version`* | Version of instrumented `@nestjs/core` package |
6161
| `nestjs.type`* | See [NestType](./src/enums/NestType.ts) |

packages/instrumentation-net/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This package uses `@opentelemetry/semantic-conventions` version `1.22+`, which i
4646
Attributes added to `connect` spans:
4747

4848
| Attribute | Short Description |
49-
|---------------------------|--------------------------------------------------------------------------|
49+
| ------------------------- | ------------------------------------------------------------------------ |
5050
| `net.transport` | `IP.TCP`, `pipe` or `Unix` |
5151
| `net.peer.name` | Host name or the IPC file path |
5252
| `net.peer.ip` (for TCP) | Remote address of the peer (dotted decimal for IPv4 or RFC5952 for IPv6) |

packages/instrumentation-oracledb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Caveats with ``oracledb`` Thick mode:
4949
### Oracle Instrumentation Options
5050

5151
| Options | Type | Default | Description |
52-
| ------- | ---- | --------| ----------- |
52+
| ------- | ---- | ------- | ----------- |
5353
| `enhancedDatabaseReporting` | `boolean` | `false` | If true, details about the sql statement's bind values (being set on parameters ``db.operation.parameter.<key>``) and the sql string (being set on parameter ``db.query.text``) will be attached to the spans generated |
5454
| `dbStatementDump` | `boolean` | `false` | If true, ``db.query.text`` will contain the sql string in the spans generated |
5555
| `requestHook` | `OracleInstrumentationExecutionRequestHook` (function) | | Function for adding custom span attributes using information about the data for the sql statement being executed |

packages/instrumentation-redis/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Attributes collected:
8686
### Old Semantic Conventions (default)
8787

8888
| Attribute | Short Description |
89-
|------------------------|--------------------------------------------------------------|
89+
| ---------------------- | ------------------------------------------------------------ |
9090
| `db.connection_string` | URL to Redis server address, of the form `redis://host:port` |
9191
| `db.statement` | Executed Redis statement |
9292
| `db.system` | Database identifier; always `redis` |
@@ -96,7 +96,7 @@ Attributes collected:
9696
### Stable Semantic Conventions (v1.33.0)
9797

9898
| Attribute | Short Description |
99-
|------------------------|--------------------------------------------------------------|
99+
| ---------------------- | ------------------------------------------------------------ |
100100
| `db.operation.name` | Redis command name |
101101
| `db.operation.batch.size` | Number of commands in a Redis `MULTI/EXEC` transaction |
102102
| `db.query.text` | The database query being executed |

packages/instrumentation-runtime-node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ nodejs_performance_event_loop_utilization 0.010140079547955264
6161
`RuntimeNodeInstrumentation`'s constructor accepts the following options:
6262
6363
| name | type | unit | default | description |
64-
|---|---|---|---------|---|
64+
| --- | --- | --- | ------- | --- |
6565
| [`monitoringPrecision`](./src/types.ts#L25) | `int` | millisecond | `10` | The approximate number of milliseconds for which to calculate event loop utilization averages. A larger value will result in more accurate averages at the expense of less granular data. Should be set to below the scrape interval of your metrics collector to avoid duplicated data points. |
6666
6767
## Useful links

0 commit comments

Comments
 (0)