struct

OpenTelemetry::InstrumentationDocumentation::RethinkDB

Inherits Struct / Value / Object

OpenTelemetry::Instrumentation::RethinkDB

Instruments

  • RethinkDB::Connection
  • RethinkDB::Connection::ResponseStream

Reference: https://github.com/kingsleyh/crystal-rethinkdb

Methods Affected

  • RethinkDB::Connection#connect

    Trace the connection establishment to the database

  • RethinkDB::Connection#authorise

    Trace authorisation with the database

  • RethinkDB::Connection::ResponseStream#query_term

    query_term sends a ReQL query to the database and reads the response.

  • RethinkDB::Connection::ResponseStream#query_continue

    query_continue follows a query_term and is primarily for lazily fetching results from the query curso

Constructors

Instance methods

initialize
Source