Skip to content

Commit

Permalink
Remove accidental org subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
create2000 committed Oct 9, 2024
1 parent a6acf9c commit 92e2fee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ For automatic instrumentation, see the [@opentelemetry/sdk-trace-node](https://g

```bash
npm install --save @opentelemetry/instrumentation-http

```
## Supported Versions

Expand Down Expand Up @@ -42,8 +41,6 @@ provider.register();
registerInstrumentations({
instrumentations: [new HttpInstrumentation()],
});


```

See [examples/http](https://github.com/open-telemetry/opentelemetry-js/tree/main/examples/http) for a short example.
Expand Down Expand Up @@ -143,9 +140,7 @@ Attributes collected:
| `net.peer.ip` | The IP address of the remote client |
| `net.peer.name` | The DNS name or IP address of the remote client |
| `net.peer.port` | The port of the remote peer |
| `peer.service` | The name of the remote service |
| `service.name` | Name of the service that generated the span |

## Useful links

- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>
Expand Down
1 change: 0 additions & 1 deletion org
Submodule org deleted from dfc0a2
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92e2fee

Please sign in to comment.