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
chore(instr-express): add semconv to readme (#1907)
* chore(instr-express): add semconv to readme
* use actual attribute field in readme
* specify the semantic-conventions package
---------
Co-authored-by: Marc Pichler <[email protected]>
Copy file name to clipboardExpand all lines: plugins/node/opentelemetry-instrumentation-express/README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,16 @@ const expressInstrumentation = new ExpressInstrumentation({
142
142
});
143
143
```
144
144
145
+
## Semantic Conventions
146
+
147
+
This package uses `@opentelemetry/semantic-conventions` version `1.0+`, which implements Semantic Convention [Version 1.7.0](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.7.0/semantic_conventions/README.md)
0 commit comments