---
title: Event types
description: Index of every Insights event type captured by Honeybadger clients.
url: https://docs.honeybadger.io/insights/event-types/
---

Every Insights event type emitted by Honeybadger’s client libraries and the platform itself, grouped by what kind of activity the event represents. Select an event type to see its full field schema, emitter, and example queries.

Filter event types…

Showing **106** of **106** event types across **7** clients

## Cache

| Event type                                                                                                                               | Client  | Description                             |
| ---------------------------------------------------------------------------------------------------------------------------------------- | ------- | --------------------------------------- |
| [cache\_cleanup.active\_support](https://docs.honeybadger.io/insights/event-types/ruby/cache_cleanup.active_support/)                    | ruby    | A Rails cache cleanup.                  |
| [cache\_decrement.active\_support](https://docs.honeybadger.io/insights/event-types/ruby/cache_decrement.active_support/)                | ruby    | A Rails cache decrement.                |
| [cache\_delete\_multi.active\_support](https://docs.honeybadger.io/insights/event-types/ruby/cache_delete_multi.active_support/)         | ruby    | A Rails multi-key cache delete.         |
| [cache\_delete.active\_support](https://docs.honeybadger.io/insights/event-types/ruby/cache_delete.active_support/)                      | ruby    | A Rails cache delete.                   |
| [cache\_exist?.active\_support](https://docs.honeybadger.io/insights/event-types/ruby/cache_exist_predicate.active_support/)             | ruby    | A Rails cache existence check.          |
| [cache\_fetch\_hit.active\_support](https://docs.honeybadger.io/insights/event-types/ruby/cache_fetch_hit.active_support/)               | ruby    | A Rails cache fetch hit.                |
| [cache\_generate.active\_support](https://docs.honeybadger.io/insights/event-types/ruby/cache_generate.active_support/)                  | ruby    | A Rails cache generate call.            |
| [cache\_increment.active\_support](https://docs.honeybadger.io/insights/event-types/ruby/cache_increment.active_support/)                | ruby    | A Rails cache increment.                |
| [cache\_prune.active\_support](https://docs.honeybadger.io/insights/event-types/ruby/cache_prune.active_support/)                        | ruby    | A Rails cache prune call.               |
| [cache\_read\_multi.active\_support](https://docs.honeybadger.io/insights/event-types/ruby/cache_read_multi.active_support/)             | ruby    | A Rails multi-key cache read.           |
| [cache\_read.active\_support](https://docs.honeybadger.io/insights/event-types/ruby/cache_read.active_support/)                          | ruby    | A Rails cache read.                     |
| [cache\_write\_multi.active\_support](https://docs.honeybadger.io/insights/event-types/ruby/cache_write_multi.active_support/)           | ruby    | A Rails multi-key cache write.          |
| [cache\_write.active\_support](https://docs.honeybadger.io/insights/event-types/ruby/cache_write.active_support/)                        | ruby    | A Rails cache write.                    |
| [cache.hit](https://docs.honeybadger.io/insights/event-types/laravel/cache.hit/)                                                         | laravel | A cache key was found (hit).            |
| [cache.miss](https://docs.honeybadger.io/insights/event-types/laravel/cache.miss/)                                                       | laravel | A cache key was not found (miss).       |
| [exist\_fragment?.action\_controller](https://docs.honeybadger.io/insights/event-types/ruby/exist_fragment_predicate.action_controller/) | ruby    | A Rails fragment cache existence check. |
| [expire\_fragment.action\_controller](https://docs.honeybadger.io/insights/event-types/ruby/expire_fragment.action_controller/)          | ruby    | A Rails fragment cache expire call.     |
| [read\_fragment.action\_controller](https://docs.honeybadger.io/insights/event-types/ruby/read_fragment.action_controller/)              | ruby    | A Rails fragment cache read.            |
| [write\_fragment.action\_controller](https://docs.honeybadger.io/insights/event-types/ruby/write_fragment.action_controller/)            | ruby    | A Rails fragment cache write.           |

## Check-ins

| Event type                                                                          | Client      | Description                                                 |
| ----------------------------------------------------------------------------------- | ----------- | ----------------------------------------------------------- |
| [check\_in](https://docs.honeybadger.io/insights/event-types/honeybadger/check_in/) | honeybadger | A heartbeat or report from a scheduled job or cron monitor. |

## Database

| Event type                                                                                                       | Client  | Description                                         |
| ---------------------------------------------------------------------------------------------------------------- | ------- | --------------------------------------------------- |
| [ash.action.stop](https://docs.honeybadger.io/insights/event-types/elixir/ash.action.stop/)                      | elixir  | An Ash action span finished.                        |
| [ash.custom.stop](https://docs.honeybadger.io/insights/event-types/elixir/ash.custom.stop/)                      | elixir  | An Ash custom span finished.                        |
| [ash.query.stop](https://docs.honeybadger.io/insights/event-types/elixir/ash.query.stop/)                        | elixir  | An Ash query span finished.                         |
| [db.executed](https://docs.honeybadger.io/insights/event-types/laravel/db.executed/)                             | laravel | A Laravel database query.                           |
| [db.query](https://docs.honeybadger.io/insights/event-types/python/db.query/)                                    | python  | A database query from the Django ORM or SQLAlchemy. |
| [db.transaction.committed](https://docs.honeybadger.io/insights/event-types/laravel/db.transaction.committed/)   | laravel | A database transaction was committed.               |
| [db.transaction.rolledback](https://docs.honeybadger.io/insights/event-types/laravel/db.transaction.rolledback/) | laravel | A database transaction was rolled back.             |
| [db.transaction.started](https://docs.honeybadger.io/insights/event-types/laravel/db.transaction.started/)       | laravel | A database transaction was started.                 |
| [ecto.query](https://docs.honeybadger.io/insights/event-types/elixir/ecto.query/)                                | elixir  | An Ecto repository ran a database query.            |
| [redis.executed](https://docs.honeybadger.io/insights/event-types/laravel/redis.executed/)                       | laravel | A Redis command was executed.                       |
| [sql.active\_record](https://docs.honeybadger.io/insights/event-types/ruby/sql.active_record/)                   | ruby    | A SQL query from Rails Active Record.               |

## Deploys

| Event type                                                                     | Client      | Description                            |
| ------------------------------------------------------------------------------ | ----------- | -------------------------------------- |
| [deploy](https://docs.honeybadger.io/insights/event-types/honeybadger/deploy/) | honeybadger | A code deploy reported to Honeybadger. |

## Errors

| Event type                                                                     | Client      | Description                                          |
| ------------------------------------------------------------------------------ | ----------- | ---------------------------------------------------- |
| [notice](https://docs.honeybadger.io/insights/event-types/honeybadger/notice/) | honeybadger | An unhandled error captured by a Honeybadger client. |

## Feature flags

| Event type                                                                                                     | Client | Description                                                       |
| -------------------------------------------------------------------------------------------------------------- | ------ | ----------------------------------------------------------------- |
| [feature\_operation.flipper](https://docs.honeybadger.io/insights/event-types/ruby/feature_operation.flipper/) | ruby   | A Flipper feature flag check or mutation recorded by Honeybadger. |

## GraphQL

| Event type                                                                                                                            | Client | Description                                        |
| ------------------------------------------------------------------------------------------------------------------------------------- | ------ | -------------------------------------------------- |
| [absinthe.execute.operation.exception](https://docs.honeybadger.io/insights/event-types/elixir/absinthe.execute.operation.exception/) | elixir | An Absinthe GraphQL operation raised an exception. |
| [absinthe.execute.operation.stop](https://docs.honeybadger.io/insights/event-types/elixir/absinthe.execute.operation.stop/)           | elixir | An Absinthe GraphQL operation finished.            |
| [absinthe.resolve.field.stop](https://docs.honeybadger.io/insights/event-types/elixir/absinthe.resolve.field.stop/)                   | elixir | An Absinthe field resolver finished.               |

## HTTP

| Event type                                                                                                  | Client  | Description                                          |
| ----------------------------------------------------------------------------------------------------------- | ------- | ---------------------------------------------------- |
| [finch.request.stop](https://docs.honeybadger.io/insights/event-types/elixir/finch.request.stop/)           | elixir  | A Finch HTTP request finished.                       |
| [request.net\_http](https://docs.honeybadger.io/insights/event-types/ruby/request.net_http/)                | ruby    | An outbound HTTP request made with Ruby's Net::HTTP. |
| [response.received](https://docs.honeybadger.io/insights/event-types/laravel/response.received/)            | laravel | Laravel's HTTP client received a response.           |
| [tesla.request.exception](https://docs.honeybadger.io/insights/event-types/elixir/tesla.request.exception/) | elixir  | A Tesla HTTP request raised an exception.            |
| [tesla.request.stop](https://docs.honeybadger.io/insights/event-types/elixir/tesla.request.stop/)           | elixir  | A Tesla HTTP request finished.                       |

## Jobs

| Event type                                                                                                    | Client  | Description                                                         |
| ------------------------------------------------------------------------------------------------------------- | ------- | ------------------------------------------------------------------- |
| [celery.task\_finished](https://docs.honeybadger.io/insights/event-types/python/celery.task_finished/)        | python  | A Celery task finished, whether it succeeded or failed.             |
| [consumer.consumed.karafka](https://docs.honeybadger.io/insights/event-types/ruby/consumer.consumed.karafka/) | ruby    | A Karafka consumer processed a batch of Kafka messages.             |
| [discard.active\_job](https://docs.honeybadger.io/insights/event-types/ruby/discard.active_job/)              | ruby    | An Active Job job was discarded.                                    |
| [enqueue\_all.active\_job](https://docs.honeybadger.io/insights/event-types/ruby/enqueue_all.active_job/)     | ruby    | A batch of Active Job jobs was enqueued.                            |
| [enqueue\_at.active\_job](https://docs.honeybadger.io/insights/event-types/ruby/enqueue_at.active_job/)       | ruby    | An Active Job job was scheduled to run later.                       |
| [enqueue\_retry.active\_job](https://docs.honeybadger.io/insights/event-types/ruby/enqueue_retry.active_job/) | ruby    | An Active Job job was queued for retry.                             |
| [enqueue.active\_job](https://docs.honeybadger.io/insights/event-types/ruby/enqueue.active_job/)              | ruby    | An Active Job job was enqueued.                                     |
| [enqueue.sidekiq](https://docs.honeybadger.io/insights/event-types/ruby/enqueue.sidekiq/)                     | ruby    | A job was enqueued to a Sidekiq queue.                              |
| [error.occurred.karafka](https://docs.honeybadger.io/insights/event-types/ruby/error.occurred.karafka/)       | ruby    | A Karafka consumer or the Karafka framework raised an error.        |
| [job.processed](https://docs.honeybadger.io/insights/event-types/laravel/job.processed/)                      | laravel | A Laravel queue job finished processing.                            |
| [job.queued](https://docs.honeybadger.io/insights/event-types/laravel/job.queued/)                            | laravel | A Laravel job was pushed onto a queue.                              |
| [oban.job.exception](https://docs.honeybadger.io/insights/event-types/elixir/oban.job.exception/)             | elixir  | An Oban job raised an exception or exited.                          |
| [oban.job.stop](https://docs.honeybadger.io/insights/event-types/elixir/oban.job.stop/)                       | elixir  | An Oban job finished without an error.                              |
| [perform.active\_job](https://docs.honeybadger.io/insights/event-types/ruby/perform.active_job/)              | ruby    | An Active Job job ran, whether it succeeded or raised an exception. |
| [perform.sidekiq](https://docs.honeybadger.io/insights/event-types/ruby/perform.sidekiq/)                     | ruby    | A Sidekiq job ran.                                                  |
| [retry\_stopped.active\_job](https://docs.honeybadger.io/insights/event-types/ruby/retry_stopped.active_job/) | ruby    | An Active Job job stopped retrying after too many failed attempts.  |

## LLM

| Event type                                                                                                      | Client | Description                                      |
| --------------------------------------------------------------------------------------------------------------- | ------ | ------------------------------------------------ |
| [embed.active\_agent](https://docs.honeybadger.io/insights/event-types/ruby/embed.active_agent/)                | ruby   | An embedding request made through ActiveAgent.   |
| [process.active\_agent](https://docs.honeybadger.io/insights/event-types/ruby/process.active_agent/)            | ruby   | An ActiveAgent action ran.                       |
| [prompt.active\_agent](https://docs.honeybadger.io/insights/event-types/ruby/prompt.active_agent/)              | ruby   | A model prompt request made through ActiveAgent. |
| [stream\_close.active\_agent](https://docs.honeybadger.io/insights/event-types/ruby/stream_close.active_agent/) | ruby   | An ActiveAgent streaming response closed.        |
| [stream\_open.active\_agent](https://docs.honeybadger.io/insights/event-types/ruby/stream_open.active_agent/)   | ruby   | An ActiveAgent streaming response opened.        |
| [tool\_call.active\_agent](https://docs.honeybadger.io/insights/event-types/ruby/tool_call.active_agent/)       | ruby   | An ActiveAgent tool call ran.                    |

## Mail

| Event type                                                                                             | Client  | Description                               |
| ------------------------------------------------------------------------------------------------------ | ------- | ----------------------------------------- |
| [mail.sending](https://docs.honeybadger.io/insights/event-types/laravel/mail.sending/)                 | laravel | A mail message is about to be sent.       |
| [mail.sent](https://docs.honeybadger.io/insights/event-types/laravel/mail.sent/)                       | laravel | A mail message was sent.                  |
| [process.action\_mailer](https://docs.honeybadger.io/insights/event-types/ruby/process.action_mailer/) | ruby    | Rails generated an Action Mailer message. |

## Metrics

| Event type                                                                                                       | Client | Description                                                                                      |
| ---------------------------------------------------------------------------------------------------------------- | ------ | ------------------------------------------------------------------------------------------------ |
| [metric.hb](https://docs.honeybadger.io/insights/event-types/ruby/metric.hb/)                                    | ruby   | A metric recorded through Honeybadger's instrumentation API and flushed by the metrics registry. |
| [postgres](https://docs.honeybadger.io/insights/event-types/heroku/postgres/)                                    | heroku | A Heroku Postgres log line from a Heroku log drain.                                              |
| [report.autotuner](https://docs.honeybadger.io/insights/event-types/ruby/report.autotuner/)                      | ruby   | A tuning recommendation from the Autotuner gem.                                                  |
| [statistics\_emitted.karafka](https://docs.honeybadger.io/insights/event-types/ruby/statistics_emitted.karafka/) | ruby   | Kafka broker and consumer statistics from librdkafka.                                            |
| [stats.autotuner](https://docs.honeybadger.io/insights/event-types/ruby/stats.autotuner/)                        | ruby   | Periodic Ruby process memory and object metrics from Autotuner.                                  |
| [stats.puma](https://docs.honeybadger.io/insights/event-types/ruby/stats.puma/)                                  | ruby   | A periodic Puma stats snapshot.                                                                  |
| [stats.sidekiq](https://docs.honeybadger.io/insights/event-types/ruby/stats.sidekiq/)                            | ruby   | Sidekiq cluster statistics from the Honeybadger agent.                                           |
| [stats.solid\_queue](https://docs.honeybadger.io/insights/event-types/ruby/stats.solid_queue/)                   | ruby   | Solid Queue cluster statistics from the Honeybadger agent.                                       |

## Notifications

| Event type                                                                                             | Client  | Description                         |
| ------------------------------------------------------------------------------------------------------ | ------- | ----------------------------------- |
| [notification.failed](https://docs.honeybadger.io/insights/event-types/laravel/notification.failed/)   | laravel | A notification failed to send.      |
| [notification.sending](https://docs.honeybadger.io/insights/event-types/laravel/notification.sending/) | laravel | A notification is about to be sent. |
| [notification.sent](https://docs.honeybadger.io/insights/event-types/laravel/notification.sent/)       | laravel | A notification was sent.            |

## Request

| Event type                                                                                                                                      | Client  | Description                                                       |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ------- | ----------------------------------------------------------------- |
| [asgi.request](https://docs.honeybadger.io/insights/event-types/python/asgi.request/)                                                           | python  | An ASGI app finished handling an HTTP request.                    |
| [django.request](https://docs.honeybadger.io/insights/event-types/python/django.request/)                                                       | python  | A Django view finished handling an HTTP request.                  |
| [flask.request](https://docs.honeybadger.io/insights/event-types/python/flask.request/)                                                         | python  | A Flask route finished handling an HTTP request.                  |
| [halted\_callback.action\_controller](https://docs.honeybadger.io/insights/event-types/ruby/halted_callback.action_controller/)                 | ruby    | A before/around filter halted the Rails request processing chain. |
| [phoenix.endpoint.stop](https://docs.honeybadger.io/insights/event-types/elixir/phoenix.endpoint.stop/)                                         | elixir  | A Phoenix or Plug request finished.                               |
| [phoenix.live\_component.handle\_event.stop](https://docs.honeybadger.io/insights/event-types/elixir/phoenix.live_component.handle_event.stop/) | elixir  | A Phoenix LiveComponent handled a client event.                   |
| [phoenix.live\_component.update.stop](https://docs.honeybadger.io/insights/event-types/elixir/phoenix.live_component.update.stop/)              | elixir  | A Phoenix LiveComponent updated.                                  |
| [phoenix.live\_view.handle\_event.stop](https://docs.honeybadger.io/insights/event-types/elixir/phoenix.live_view.handle_event.stop/)           | elixir  | A Phoenix LiveView handled a client event such as phx-click.      |
| [phoenix.live\_view.handle\_params.stop](https://docs.honeybadger.io/insights/event-types/elixir/phoenix.live_view.handle_params.stop/)         | elixir  | A Phoenix LiveView handled URL params from a navigate or patch.   |
| [phoenix.live\_view.mount.stop](https://docs.honeybadger.io/insights/event-types/elixir/phoenix.live_view.mount.stop/)                          | elixir  | A Phoenix LiveView mounted for a client connection.               |
| [process\_action.action\_controller](https://docs.honeybadger.io/insights/event-types/ruby/process_action.action_controller/)                   | ruby    | A Rails controller action finished handling an HTTP request.      |
| [redirect\_to.action\_controller](https://docs.honeybadger.io/insights/event-types/ruby/redirect_to.action_controller/)                         | ruby    | A Rails controller issued a redirect.                             |
| [request.handled](https://docs.honeybadger.io/insights/event-types/laravel/request.handled/)                                                    | laravel | A Laravel controller handled an HTTP request.                     |
| [route.matched](https://docs.honeybadger.io/insights/event-types/laravel/route.matched/)                                                        | laravel | Laravel matched a route before running the controller.            |
| [router](https://docs.honeybadger.io/insights/event-types/heroku/router/)                                                                       | heroku  | A Heroku router log line from a Heroku log drain.                 |
| [send\_file.action\_controller](https://docs.honeybadger.io/insights/event-types/ruby/send_file.action_controller/)                             | ruby    | A Rails controller started sending a file.                        |
| [unpermitted\_parameters.action\_controller](https://docs.honeybadger.io/insights/event-types/ruby/unpermitted_parameters.action_controller/)   | ruby    | Rails strong parameters filtered out unpermitted keys.            |

## Storage

| Event type                                                                                                                  | Client | Description                      |
| --------------------------------------------------------------------------------------------------------------------------- | ------ | -------------------------------- |
| [service\_download.active\_storage](https://docs.honeybadger.io/insights/event-types/ruby/service_download.active_storage/) | ruby   | A Rails Active Storage download. |
| [service\_upload.active\_storage](https://docs.honeybadger.io/insights/event-types/ruby/service_upload.active_storage/)     | ruby   | A Rails Active Storage upload.   |

## System

| Event type                                                                                            | Client | Description                                                                     |
| ----------------------------------------------------------------------------------------------------- | ------ | ------------------------------------------------------------------------------- |
| [report.system](https://docs.honeybadger.io/insights/event-types/ruby/report.system/)                 | ruby   | A periodic memory and load average snapshot from the Honeybadger system plugin. |
| [report.system.cpu](https://docs.honeybadger.io/insights/event-types/system/report.system.cpu/)       | system | CPU and load average metrics from the Honeybadger CLI agent.                    |
| [report.system.disk](https://docs.honeybadger.io/insights/event-types/system/report.system.disk/)     | system | Disk partition usage metrics from the Honeybadger CLI agent.                    |
| [report.system.memory](https://docs.honeybadger.io/insights/event-types/system/report.system.memory/) | system | Virtual memory metrics from the Honeybadger CLI agent.                          |

## Uptime

| Event type                                                                 | Client      | Description                                             |
| -------------------------------------------------------------------------- | ----------- | ------------------------------------------------------- |
| [site](https://docs.honeybadger.io/insights/event-types/honeybadger/site/) | honeybadger | A snapshot of an uptime-monitored site's configuration. |

## View

| Event type                                                                                                              | Client  | Description                |
| ----------------------------------------------------------------------------------------------------------------------- | ------- | -------------------------- |
| [render\_collection.action\_view](https://docs.honeybadger.io/insights/event-types/ruby/render_collection.action_view/) | ruby    | A Rails view render.       |
| [render\_partial.action\_view](https://docs.honeybadger.io/insights/event-types/ruby/render_partial.action_view/)       | ruby    | A Rails view render.       |
| [render\_template.action\_view](https://docs.honeybadger.io/insights/event-types/ruby/render_template.action_view/)     | ruby    | A Rails view render.       |
| [view.rendered](https://docs.honeybadger.io/insights/event-types/laravel/view.rendered/)                                | laravel | A Blade view was rendered. |

---

## Try Honeybadger for FREE

Intelligent logging, error tracking, and Just Enough APM™ in one dev-friendly platform. Find and fix problems before users notice.

[Start free trial](https://app.honeybadger.io/users/sign_up)

[See plans and pricing](https://www.honeybadger.io/plans/)
