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
# or {https://www.rubydoc.info/gems/opentelemetry-sdk/OpenTelemetry%2FSDK%2FConfigurator:use_all use_all()}.
16
+
#
17
+
# ## Configuration keys and options
18
+
#
19
+
# ### `:disallowed_notification_payload_keys`
20
+
#
21
+
# Specifies an array of keys that should be excluded from the notification payload as span attributes.
22
+
#
23
+
# ### `:notification_payload_transform`
24
+
#
25
+
# - `proc` **default** `nil`
26
+
#
27
+
# Specifies custom proc used to extract span attributes form the notification payload.
28
+
# Use this to rename keys, extract nested values, or perform any other custom logic.
29
+
#
30
+
# ### `:legacy_span_names`
31
+
#
32
+
# - `boolean` **default** `false`
33
+
#
34
+
# Specifies whether spans names should use the legacy format where the subscription was reverse ordered and white space separated. (Ex. `action_view render_template`)
35
+
# If set to `true`, the span name will match the name of the notification itself. (Ex. `render_template.action_view`)
0 commit comments