From b119f9c67455d00491c87a59d288942bf2e31d3d Mon Sep 17 00:00:00 2001 From: Michael Hyatt Date: Tue, 4 Jun 2019 20:04:23 +1000 Subject: [PATCH 1/2] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 706606b..68af8d6 100644 --- a/README.md +++ b/README.md @@ -111,9 +111,10 @@ The agent supports distributed tracing by propagating the trace context in prope ## Things to know and consider * Requires Maven 3.x to build jar file. -* Works with both, Mule 3.x CE and EE. Built with Mule CE 3.9.0 and tested with EE 3.9.0. -* Only supports Mule 3.x at this stage. +* Works with both, Mule 3.9.x CE and EE. Built with Mule CE 3.9.0 and tested with EE 3.9.0. +* Only supports Mule 3.9.x at this stage. +* Mule 3.8 is not supported (see #16). * Only captures input and output properties, no flowVars at this stage. -* Compatible with Elastic stack versions including APM 7.0 and 6.5+ and uses APM Java client v1.6.0. +* Compatible with Elastic stack versions including APM 7.x and 6.5+ and uses APM Java client v1.6.0. * Elastic APM - https://www.elastic.co/solutions/apm * For the rest of configuration parameters, see Elastic APM Java client documentation - https://github.com/elastic/apm-agent-java From dd1bbb70eae4ef1ed829f949df9228b9cf9b86a2 Mon Sep 17 00:00:00 2001 From: Michael Hyatt Date: Tue, 4 Jun 2019 20:05:11 +1000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68af8d6..e61d242 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ The agent supports distributed tracing by propagating the trace context in prope * Requires Maven 3.x to build jar file. * Works with both, Mule 3.9.x CE and EE. Built with Mule CE 3.9.0 and tested with EE 3.9.0. * Only supports Mule 3.9.x at this stage. -* Mule 3.8 is not supported (see #16). +* Mule 3.8 is not supported (see [#16](https://github.com/michaelhyatt/elastic-apm-mule3-agent/issues/16)). * Only captures input and output properties, no flowVars at this stage. * Compatible with Elastic stack versions including APM 7.x and 6.5+ and uses APM Java client v1.6.0. * Elastic APM - https://www.elastic.co/solutions/apm