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#connectTrace the connection establishment to the database
-
RethinkDB::Connection#authoriseTrace authorisation with the database
-
RethinkDB::Connection::ResponseStream#query_termquery_termsends a ReQL query to the database and reads the response. -
RethinkDB::Connection::ResponseStream#query_continuequery_continuefollows aquery_termand is primarily for lazily fetching results from the query curso
Constructors
new
SourceInstance methods
initialize
Source