Skip to content

Commit

Permalink
Add docs for metadata_plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-hobbs-prima committed May 23, 2024
1 parent 2fd00e0 commit 808aa79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/opentelemetry_absinthe.ex
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ defmodule OpentelemetryAbsinthe do
* `trace_response_result`(default: #{Keyword.fetch!(@config, :trace_response_result)}): attaches the result returned by the server as an attribute
* `trace_response_errors`(default: #{Keyword.fetch!(@config, :trace_response_errors)}): attaches the errors returned by the server as an attribute
* `trace_subscriptions`(default: #{Keyword.fetch!(@config, :trace_subscriptions)}): attaches to `[:absinthe, :subscription, :publish]` (`:start` and `:stop`)
* `metadata_plugins`(default: #{Keyword.fetch!(@config, :metadata_plugins)}): supports callbacks to integrators to add entries to the published event's metadata.
## Telemetry
Expand Down

0 comments on commit 808aa79

Please sign in to comment.