Versions in this module Expand all Collapse all v1 v1.0.0 Feb 7, 2025 Changes in this version + func NewPlugin(opts ...Option) gorm.Plugin + type Option func(p *otelPlugin) + func WithAttributes(attrs ...attribute.KeyValue) Option + func WithDBName(name string) Option + func WithQueryFormatter(queryFormatter func(query string) string) Option + func WithTracerProvider(provider trace.TracerProvider) Option + func WithoutMetrics() Option + func WithoutQueryVariables() Option