README.md in opentelemetry-instrumentation-pg-0.25.3 vs README.md in opentelemetry-instrumentation-pg-0.26.0
- old
+ new
@@ -48,12 +48,12 @@
c.use 'OpenTelemetry::Instrumentation::PG', {
# You may optionally set a value for 'peer.service', which
# will be included on all spans from this instrumentation:
peer_service: 'postgres:readonly',
- # By default, this instrumentation includes the executed SQL as the `db.statement`
+ # By default, this instrumentation obfuscate/sanitize the executed SQL as the `db.statement`
# semantic attribute. Optionally, you may disable the inclusion of this attribute entirely by
- # setting this option to :omit or sanitize the attribute by setting to :obfuscate
+ # setting this option to :omit or disbale sanitization the attribute by setting to :include
db_statement: :include,
}
end
```