glowroot

Easy to use, very low overhead, Java APM

APACHE-2.0 License

Stars
1.2K

Bot releases are hidden (Show)

glowroot - v0.14.0-beta.2

Published by trask almost 3 years ago

Bug fixes:

  • Fix Java 17 proxy support (#857)
  • Fix NoClassDefFoundError (#859)
  • Fix the central collector docker image (#860)
glowroot - v0.14.0-beta

Published by trask almost 3 years ago

The minimum Java version has been bumped to Java 8 with this release.

Enhancements:

  • Support for Java 17(!)
  • Configurable gc_grace_seconds to support CosmosDB (#837)
  • Mask more sensitive data by default (#779)
  • Don't require escaping / in UI_CONTEXT_PATH when running central collector from docker image (#803)

Bug fixes:

  • Fix for clustered central collector: no marshaller registered for Java type (#617)
glowroot - v0.13.6

Published by trask over 4 years ago

Enhancements:

  • Add JGroups Kubernetes discovery protocol (#641)
  • Format trace duration milliseconds in a more readable way (#657)
  • Add support for Cassandra SSL and port options in central collector (#668)

Bug fixes:

  • Fix central collector docker container not starting (#617)
  • Buggy implementation of file object can lead to NullPointerException (#688)
  • Glowroot does not work with WildFly 15 on Open JDK 13 (#660)
glowroot - v0.13.5

Published by trask about 5 years ago

Bug fixes:

  • Can not start glowroot with thorntail app bug (#595)
  • Error with GlassFish (#599)
  • Resource leak detection on auxiliary thread (#600)
glowroot - v0.13.4

Published by trask over 5 years ago

Enhancements:

  • Leaked connection detection (#523)
  • Group thread count gauges on same scale (#571)

Bug fixes:

  • 'Transactions' showing where previously ${glowroot.agent.id} was showing (#573)
  • Glowroot not working with WebSphere and Open Liberty Server (#574)
glowroot - v0.13.3

Published by trask over 5 years ago

Bug fixes:

  • java.lang.ClassCastException: org.glowroot.agent.plugin.executor.CallableWrapper (#564)
  • WildFly 13 startup issue bug (#567)
glowroot - v0.13.2

Published by trask over 5 years ago

Enhancements:

  • Change EJB remote transaction type to Web enhancement (#545)
  • Add (shaded) support for LogstashLogbackEncoder enhancement (#548)

Bug fixes:

  • Glowroot central error on startup (#539)
  • java.lang.AbstractMethodError in org.glowroot.agent.plugin.executor.ExecutorAspect (#542)
  • NullPointerException when calling ClassLoader.defineClass() (#543)
  • IllegalStateException: Unexpected frame type: 0 (#544)
  • Error HTTP 404 when trying to access to an incident (#549)
  • NoSuchMethodError: org.apache.commons.dbcp.AbandonedTrace.getObject(ILjava/Lang/class;)Ljava/Lang/Object (#550)
  • Stackoverflow bouncycastle since last version (#551)
  • MongoDB query time in breakdown is not accurate (#556)
glowroot - v0.13.1

Published by trask over 5 years ago

Enhancements:

  • Provide ability to alert on text in error messages and error trace (#411)
  • Instrumenting Apache Camel (#439)
  • Not all trace entries have copy button (#491)
  • admin.json with central collector (#510)
  • Heapdumps fail in OpenJ9 (#518)
  • glowroot slows down Liferay DXP (tomcat9) startup (#520)
  • Add GLOWROOT_OPTS to configure JVM, default to use cgroups limits (#524)

Bug fixes:

  • Optimizer Hint is hidden in Oracle Queries (#433)
  • JAX-RS transaction names are too high level (#500)
  • RuntimeException: Bytecode service retrieved too early (#511)
  • Tombstones limit problem (#521)
  • Issue encountered adding new Gauge that contains double quotes in name (#529)
  • Add gauge causing array out of bound (#530)
glowroot - v0.13.0

Published by trask almost 6 years ago

Enhancements:

  • Feature to enable and disable the alerts (#438)
  • Introduce multithreading to rollupservice (#450)
  • Slow threshold override for user (#474)
  • Modal window close button is not fixed anymore (#490)
  • Add support for Spring scheduled annotation (#502)
  • Mail plugin (#514)

Bug fixes:

  • Central collector rollups take too long and fall behind (#449)
  • Could not initialize class org.glowroot.agent.weaving.MetaHolder27 (#488)
  • org.glowroot.agent.api.Glowroot not working (#499)
  • Glowroot Cassandra user needs create on all keyspaces (#505)
  • Navbar issue when reverse proxying Glowroot UI (#512)
glowroot - v0.12.3

Published by trask almost 6 years ago

Enhancements:

  • Password is displayed in MBean Tree (#484)

Bug fixes:

  • Weblogic 12c issue with Glowroot bug (#482)
glowroot - v0.12.2

Published by trask almost 6 years ago

Enhancements:

  • Slack integration (#469)

Bug fixes:

  • Invalid transaction time for WebFlux applications (#467)
  • Spring cloud gateway memory leak bug (#473)
  • Unable to establish connection after update from 0.11.1 to 0.12.1 (#476)
glowroot - v0.12.1

Published by trask almost 6 years ago

Enhancements:

  • Add a plugin to support MongoDB (#429)

Bug fixes:

  • Pretty-printed request parameters don't have necessary HTML escaping (#470)
glowroot - v0.12.0

Published by trask almost 6 years ago

Breaking Changes:

  • The agent now keeps track that it has pushed it's local configuration to the central collector by writing out a file named "config.synced" in the same directory where the config.json file is stored.

    When the "config.synced" file is present, the agent will overwrite its local configuration with the agent configuration it retrieves from the central collector on JVM startup.

    When this file is not present, the agent will push its local configuration to the central collector on JVM startup (overwriting any existing remote configuration), after which the agent will (re-)create the "config.synced" file.

Enhancements:

  • Export/import agent configurations (#426)
  • Kafka plugin (#443)
  • Web API to update config.json/admin.json without restarting (#454)
  • Axis 1.4 plugin (#463)
  • Heap histogram inside Docker container (#465)
  • Add Java 11 support (#466)
glowroot - v0.11.1

Published by trask about 6 years ago

Bug fixes:

  • Unformatted sql on slow trace export (v0.11) (#460)
glowroot - v0.11.0

Published by trask about 6 years ago

Breaking Changes:

Enhancements:

  • Add gRPC HTTPS support for Alpine Linux (#452)
  • Show agent version number in central collector page footer (#412)

Bug fixes:

  • Laggy scrolling for the new query stats from slow traces (#359)
  • NullPointerException for org.glowroot.agent.shaded.com.google.common.collect.ImmutableList (#421)
  • Error browsing Heap histogram after run the GC: No such file or directory (#424)
  • Unable to re-establish connection to central after failure (#434)
  • Fails with VerifyError when yourkit also included in java options (#446)
  • No field cassandra.symmetricEncryptionKey in glowroot-central.properties (#455)
glowroot - v0.10.12

Published by trask over 6 years ago

Enhancements:

  • Option or configuration to delete or filter old agents (#357)
  • Docker and agent.id (#399)

Bug fixes:

  • The database has been closed [90098-176] (#409)
glowroot - v0.10.11

Published by trask over 6 years ago

Bug fixes:

  • AgentUnsupportedOperationException on Glowroot Central (#408)
glowroot - v0.10.10

Published by trask over 6 years ago

Enhancements:

  • Percents confusing in JVM Gauges (#380)
  • Add Spring Batch support (#385)
  • Change user in docker image to avoid image run as root (#394)
  • Change alert behavior when metric is exactly equal to the threshold (#397)
  • Accessibility improvements/fixes (#403)

Bug fixes:

  • Agents not (re-)established on collector (#342)
  • ClassFormatError with 0.10.9 (#384)
  • Unable to save the UI config in agent configuration page (#386)
  • Getting error when trying to use WebSphere 8.5.5 (#387)
  • Glowroot causes error de-serializing (#395)
  • Glowroot causes exceptions for hikari (#400)
  • Failure when calling an EJB Method (#401)
glowroot - v0.10.9

Published by trask over 6 years ago

Enhancements:

  • Add Spring WebSocket support (#306)
  • Provide a way to check the health of central collectors (#344)
  • ElasticSearch, more requests parameters than query required for investigation (#353)
  • Slow traces chart with small & very large values (#354)
  • SQL Queries not captured inside of EJB Timeout and Startup code (#364)
  • Add support for EJB remote interfaces (#369)
  • Expose the JVM > Force GC screen (#383)

Bug fixes:

  • Agent throws LinkageError in TomEE deployment (#333)
  • Heap histogram NumberFormatException on JRockit (#363)
  • Glowroot is throwing NullPointerException in some applications (#368)
  • NegativeArraySizeException error with old version of JBoss (#370)
  • Exception on JBoss 5.1 startup (#372)
  • Weblogic 12c issue with Glowroot on Java 7 64 bit SPARC (#374)
  • Auxiliary JVM thread stats not aggregating correctly (#381)
glowroot - v0.10.8

Published by trask over 6 years ago

Bug fixes:

  • Error on switching agent with open alert configuration (#358)
Package Rankings
Top 15.84% on Repo1.maven.org