Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjos committed Jun 28, 2024
1 parent 793ed69 commit a55d6a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions guides/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ handler function to any of the following event names:
- `[:absinthe, :resolve, :field, :stop]` when field resolution finishes
- `[:absinthe, :middleware, :batch, :start]` when the batch processing starts
- `[:absinthe, :middleware, :batch, :stop]` when the batch processing finishes
- `[:absinthe, :subscription, :storage, :put, :start]` when document subscription storage starts
- `[:absinthe, :subscription, :storage, :put, :stop]` when document subscription storage finishes
- `[:absinthe, :subscription, :storage, :delete, :start]` when document subscription storage deletion starts
- `[:absinthe, :subscription, :storage, :delete, :stop]` when document subscription storage deletion finishes
- `[:absinthe, :subscription, :storage, :get_docs_by_field_key, :start]` when document subscription storage retrieval starts
- `[:absinthe, :subscription, :storage, :get_docs_by_field_key, :stop]` when document subscription storage retrieval finishes

Telemetry handlers are called with `measurements` and `metadata`. For details on
what is passed, checkout `Absinthe.Phase.Telemetry`, `Absinthe.Middleware.Telemetry`,
Expand Down

0 comments on commit a55d6a3

Please sign in to comment.