Skip to main content
The AppSignal gem works out of the box with the official Elasticsearch gem for Rails.

Performance monitoring

Searches run by your application are recorded as search.elasticsearch events, titled after the search that ran. The event appears in the trace event timeline and in the slow queries feature.

Span attributes

Collector mode only: this applies when AppSignal for Ruby runs in collector mode. It has no effect otherwise.
The search’s span carries:
  • db.operation.name — the operation that ran.
  • db.collection.name — the index the search ran against.