Google Code Exporter

Results 11117 issues of Google Code Exporter

``` Currently the only way to get SQL statistics (get the top-10 of slow queries etc.) is using a special proxy DataSource/Driver ("net.bull.javamelody.JdbcDriver"). With the consequence that every jdbc action...

enhancement
auto-migrated

``` Support for measuring mongodb statistics in a Web application 1) Need slow running queries along with execution time along with root cause 2) Recommendation for slow running queries if...

enhancement
auto-migrated

``` Is it possible to generate charts based on jmx values ? it would automatically solve https://code.google.com/p/javamelody/issues/detail?id=224&colspec=ID%20Type%20St atus%20Priority%20Owner%20Summary and give more possibilities. Is it hard or easy to implement ?...

enhancement
auto-migrated

``` It would be great if javamelody had the ability to send alerts based on metrics. Example: CPU is > 80% for 5 minutes. Example: Heap is > 80% full...

enhancement
auto-migrated

``` It would be really useful to be able to have custom counters within an app that I can inform Java Melody about and Java Melody keeps the stats on...

enhancement
auto-migrated

``` What steps will reproduce the problem? 1. Just look at the graphs, it only shows a wholelistic memory number 2. 3. What is the expected output? What do you...

enhancement
auto-migrated

``` After adding javamelody to our project, I see lots of these exceptions in the log: net.sf.ehcache.transaction.TransactionException: transaction not started at net.sf.ehcache.transaction.local.LocalTransactionStore.getCurrentTransactionContext(LocalTransactionStore.java:108) ~[ehcache-core-2.6.5.jar:na] at net.sf.ehcache.transaction.local.LocalTransactionStore.assertNotTimedOut(LocalTransactionStore.java:114) ~[ehcache-core-2.6.5.jar:na] at net.sf.ehcache.transaction.local.LocalTransactionStore.assertNotTimedOut(LocalTransactionStore.java:130) ~[ehcache-core-2.6.5.jar:na] at...

enhancement
auto-migrated
Priority-Low

``` JavaMelody could include translations for other languages such as Spanish, Italian. The files to translate are (in English or other): https://github.com/javamelody/javamelody/blob/master/javamelody-core/src/main/resources/net/bull/javamelody/resource/translations.properties https://github.com/javamelody/javamelody/blob/master/javamelody-core/src/main/resources/net/bull/javamelody/resource/translations_de.properties https://github.com/javamelody/javamelody/blob/master/javamelody-core/src/main/resources/net/bull/javamelody/resource/translations_fr.properties https://github.com/javamelody/javamelody/blob/master/javamelody-core/src/main/resources/net/bull/javamelody/resource/translations_pt.properties https://github.com/javamelody/javamelody/blob/master/javamelody-core/src/main/resources/net/bull/javamelody/resource/translations_zh.properties and only if you...

enhancement
auto-migrated

``` I am getting the below exception. What could be wrong? Any solution, please suggest 06:37:32,283 WARN [javamelody] exception while collecting data java.io.IOException: JavaMelody directory can't be created: /tmp/javamelody/javamelody_roach.corp.apple.com at...

bug
auto-migrated

``` I would like to be able to provide the smtp params as properties rather than an JNDI name. WDYT? ``` Original issue reported on code.google.com by `[email protected]` on 22...

enhancement
auto-migrated
Priority-Low