Skip to content

Commit

Permalink
fix: keywords and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef committed Feb 15, 2025
1 parent 3c72ad7 commit 6776deb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ setupTracing({hostname: 'hostname', serviceName: 'service_name', url: 'endpoint'
| Name | Type | Description|
|----- | ---- | ------------- |
| hostname | string | container / pod hostname |
| service_name | string | service / application name |
| serviceName | string | service / application name |
| url | string | tracing endpoint i.e. `<schema>://<host>:<port>` |

## Source
Expand Down
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,8 @@
"url": "git+https://github.com/saidsef/tracing-node.git"
},
"keywords": [
"instrumentation-aws-sdk",
"instrumentation-express",
"instrumentation-http",
"instrumentation-pino",
"instrumentation",
"opentelemetry",
"resources",
"sdk-trace-base",
"sdk-trace-node",
"semantic-conventions",
"opentracing",
"apm",
"trace",
"tracing"
],
Expand Down

0 comments on commit 6776deb

Please sign in to comment.