Yireo_NewRelic - Version 1.2.3

Version Notes

No notes

Download this release

Release Info

Developer Yireo
Extension Yireo_NewRelic
Version 1.2.3
Comparing to
See all releases


Code changes from version 1.2.2 to 1.2.3

app/code/community/Yireo/NewRelic/Model/Observer.php CHANGED
@@ -146,7 +146,7 @@ class Yireo_NewRelic_Model_Observer
146
  return $this;
147
  }
148
  $object = $observer->getEvent()->getObject();
149
- newrelic_custom_metric('Magento/' . get_class($object) . '_Save', 1);
150
 
151
  return $this;
152
  }
@@ -169,7 +169,7 @@ class Yireo_NewRelic_Model_Observer
169
  }
170
 
171
  $object = $observer->getEvent()->getObject();
172
- newrelic_custom_metric('Magento/' . get_class($object) . '_Delete', 1);
173
 
174
  return $this;
175
  }
146
  return $this;
147
  }
148
  $object = $observer->getEvent()->getObject();
149
+ newrelic_custom_metric('Magento/' . get_class($object) . '_Save', (float)1.0);
150
 
151
  return $this;
152
  }
169
  }
170
 
171
  $object = $observer->getEvent()->getObject();
172
+ newrelic_custom_metric('Magento/' . get_class($object) . '_Delete', (float)1.0);
173
 
174
  return $this;
175
  }
app/code/community/Yireo/NewRelic/etc/config.xml CHANGED
@@ -12,7 +12,7 @@
12
  <config>
13
  <modules>
14
  <Yireo_NewRelic>
15
- <version>1.2.2</version>
16
  </Yireo_NewRelic>
17
  </modules>
18
 
12
  <config>
13
  <modules>
14
  <Yireo_NewRelic>
15
+ <version>1.2.3</version>
16
  </Yireo_NewRelic>
17
  </modules>
18
 
package.xml CHANGED
@@ -1,2 +1,2 @@
1
  <?xml version="1.0"?>
2
- <package><name>Yireo_NewRelic</name><version>1.2.2</version><stability>stable</stability><license>Simplified BSD License</license><channel>community</channel><extends></extends><summary>No summary</summary><description>No description</description><notes>No notes</notes><authors><author><name>Yireo</name><user>yireo</user><email>info@yireo.com</email></author></authors><date>2014-06-29</date><time>23:40:59</time><compatible></compatible><dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies><contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Yireo_NewRelic.xml" hash="6bb7b73e8984ed8c22bcee2174823953"/></dir></dir><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="newrelic"><dir name="rum"><dir name="timing"><file name="content.phtml" hash="9eb32c31c80f9ef2db1132f4becb3808"/></dir></dir></dir></dir><dir name="layout"><file name="newrelic.xml" hash="c2f3fc2682e867855a0d3924fd709e67"/></dir></dir></dir></dir></dir><dir name="code"><dir name="community"><dir name="Yireo"><dir name="NewRelic"><dir name="etc"><file name="config.xml" hash="51f773d131d5d204ab9268ed16eed8cb"/><file name="system.xml" hash="3d9ef660a90f1d90441bbf504a5cf8c9"/></dir><dir name="Model"><file name="Observer.php" hash="65972d4c3d4892650a9de15ce664a307"/><file name="Profiler.php" hash="a86b84b5750fdd22752366ecec1df908"/></dir><dir name="Helper"><file name="Data.php" hash="5219950b8c7327f675e10666c69445e5"/></dir><dir name="Block"><dir name="Rum"><dir name="Timing"><file name="Abstract.php" hash="b0c9ab04e326c63c5a1462c5f257bc64"/><file name="Footer.php" hash="a0a8e1e89e918fe20408045000cc9d8b"/><file name="Header.php" hash="8ff3b09447935680d4b2510e1073bc40"/></dir></dir></dir></dir></dir><dir name="Varien"><file name="Profiler.php" hash="e55d75674c132b06a6eaed0467c5c0f5"/></dir></dir></dir></dir></target></contents></package>
1
  <?xml version="1.0"?>
2
+ <package><name>Yireo_NewRelic</name><version>1.2.3</version><stability>stable</stability><license>Simplified BSD License</license><channel>community</channel><extends></extends><summary>No summary</summary><description>No description</description><notes>No notes</notes><authors><author><name>Yireo</name><user>yireo</user><email>info@yireo.com</email></author></authors><date>2014-07-29</date><time>23:47:26</time><compatible></compatible><dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies><contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Yireo_NewRelic.xml" hash="6bb7b73e8984ed8c22bcee2174823953"/></dir></dir><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="newrelic"><dir name="rum"><dir name="timing"><file name="content.phtml" hash="9eb32c31c80f9ef2db1132f4becb3808"/></dir></dir></dir></dir><dir name="layout"><file name="newrelic.xml" hash="c2f3fc2682e867855a0d3924fd709e67"/></dir></dir></dir></dir></dir><dir name="code"><dir name="community"><dir name="Yireo"><dir name="NewRelic"><dir name="etc"><file name="config.xml" hash="7f3d785fd32c9f30109a1ffbf1359b2a"/><file name="system.xml" hash="3d9ef660a90f1d90441bbf504a5cf8c9"/></dir><dir name="Model"><file name="Observer.php" hash="ee0f8096df1c678200e58458901abc79"/><file name="Profiler.php" hash="a86b84b5750fdd22752366ecec1df908"/></dir><dir name="Helper"><file name="Data.php" hash="5219950b8c7327f675e10666c69445e5"/></dir><dir name="Block"><dir name="Rum"><dir name="Timing"><file name="Abstract.php" hash="b0c9ab04e326c63c5a1462c5f257bc64"/><file name="Footer.php" hash="a0a8e1e89e918fe20408045000cc9d8b"/><file name="Header.php" hash="8ff3b09447935680d4b2510e1073bc40"/></dir></dir></dir></dir></dir><dir name="Varien"><file name="Profiler.php" hash="e55d75674c132b06a6eaed0467c5c0f5"/></dir></dir></dir></dir></target></contents></package>