Skip to content

Releases: instana/ruby-sensor

Opt outs for collecting memory/gc stats

30 Aug 08:39
Compare
Choose a tag to compare
v1.207.0

Version Update

Handle /proc and sysctl's memory reporting differently

25 Aug 16:59
Compare
Choose a tag to compare

Trace Statistics; Bind Paramater Configruation

13 Jul 12:18
Compare
Choose a tag to compare
  • We now report statistics to the backed which allows for better tracing health monitoring.
  • We now only include bind parameters when the SQL statements are unsanitized.

Fixes for Stack Traces, ActionMailer and Secrets.

12 Jul 13:26
Compare
Choose a tag to compare
  • We now take the top 30 frames of the given stack trace.
  • We now ensure ActiveSupport loads before ActionMailer is instrumented.
  • We now handle nil queries better during secret sanitization.

Handle nil queries better during secret sanitization

08 Jul 10:51
Compare
Choose a tag to compare
v1.204.0.pre3

Version Update

Ensure ActiveSupport loads before ActionMailer is instrumented

08 Jul 10:04
Compare
Choose a tag to compare
v1.204.0.pre2

Version Update

Change how we prepare stack traces for the backend.

07 Jul 17:48
Compare
Choose a tag to compare

We now take the top 30 frames of the given stack trace.

Add an explicit include for AutoTrace

07 Jul 11:01
Compare
Choose a tag to compare
v1.203.2

Version Update

Include a config option to disable Resque propagation

07 Jul 10:26
Compare
Choose a tag to compare

In cases where the enqueue/dequeue behavior is being overridden setting ::Instana.config[:'resque-client'][:propagate] = false allows a way to fall back to the "old" instrumentation and skip trace propagation.

ActionMailer and imporved cross runtime tracing

29 Jun 15:48
Compare
Choose a tag to compare
  • Sending mail via ActionMailer now shows up in traces
  • Resque exit spans are linked to the corresponding entry spans
  • Direct lambda invocation exit spans are linked to the corresponding entry spans