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
Copy file name to clipboardExpand all lines: plugins/node/opentelemetry-instrumentation-pg/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ PostgreSQL instrumentation has few options available to choose from. You can set
55
55
56
56
The value of the environment variable `OTEL_SEMCONV_STABILITY_OPT_IN` (a comma-separated list of values) will define which metrics are being collected.
57
57
Possible values:
58
+
58
59
-`database` - emit the new database conventions and stop emitting old database conventions.
59
60
-`database/dup` - emit both the old and the stable database conventions, allowing for a seamless transition.
60
61
- The default behavior (in the absence of one of these values) is to continue emitting only the old database conventions.
0 commit comments