Sha256: e805381099f1dd18de48df24a4a32331f78e1bd3171dae97a8dfe9f8c4fc8fee

Contents?: true

Size: 658 Bytes

Versions: 12

Compression:

Stored size: 658 Bytes

Contents

  <% if rows_logger_present? %>
    <h3>Plugin Incompatibility</h3>
    The Rows Logger plugin rewrites part of Active Record, which in effect turns off the 
    SQL statement tracing functionality of NewRelic RPM Developer Mode. To gain SQL statement
    visibility, you must remove <samp>rows_logger_plugin</samp>, or change your plugin load order 
    so that the rows logger is loaded first.  
  <% else %>
	<table width="100%">
		<thead>
		<tr>
			<td>Timestamp</td>
			<td colspan="2">Duration</td>
			<td>SQL</td>
		</tr>
		</thead>
		
		<%= render :partial => agent_views_path('sql_row'), :collection => @sample.sql_segments %>
	</table>
  <% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
newrelic_rpm-2.8.0 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-2.8.1 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-2.8.10 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-2.8.11 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-2.8.2 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-2.8.3 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-2.8.4 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-2.8.5 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-2.8.6 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-2.8.7 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-2.8.8 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-2.8.9 ui/views/newrelic/_show_sample_sql.rhtml