From 637e6c938d359379f5416693cc62cecd789852d7 Mon Sep 17 00:00:00 2001 From: eyalkoren Date: Sun, 4 Nov 2018 21:36:03 +0200 Subject: [PATCH 1/3] Adding Elasticsearch to Supported Technologies page --- docs/supported-technologies.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/supported-technologies.asciidoc b/docs/supported-technologies.asciidoc index 53f96b4c85..0950e06bee 100644 --- a/docs/supported-technologies.asciidoc +++ b/docs/supported-technologies.asciidoc @@ -114,6 +114,10 @@ Other Servlet 3+ compliant servers will most likely work as well. |The agent automatically creates DB spans for all your JDBC queries. This includes JDBC queries executed by O/R mappers like Hibernate. +|Elasticsearch +|5.0.2+ +|The agent automatically creates Elasticsearch spans for queries done through the official REST client. + |=== [float] From cb02948fffd7f9792d91da9daecaa41aa146fd40 Mon Sep 17 00:00:00 2001 From: eyalkoren Date: Mon, 5 Nov 2018 08:09:10 +0200 Subject: [PATCH 2/3] Specifying only sync support --- docs/supported-technologies.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/supported-technologies.asciidoc b/docs/supported-technologies.asciidoc index 0950e06bee..4173d6d177 100644 --- a/docs/supported-technologies.asciidoc +++ b/docs/supported-technologies.asciidoc @@ -117,6 +117,7 @@ Other Servlet 3+ compliant servers will most likely work as well. |Elasticsearch |5.0.2+ |The agent automatically creates Elasticsearch spans for queries done through the official REST client. +*Currently, only synchronized operations are supported* |=== From 61ef214c4c69a15d8e52ce2534d2c83eb36052e7 Mon Sep 17 00:00:00 2001 From: Felix Barnsteiner Date: Mon, 5 Nov 2018 08:52:43 +0200 Subject: [PATCH 3/3] Applying Felix's suggestion Co-Authored-By: eyalkoren <41850454+eyalkoren@users.noreply.github.com> --- docs/supported-technologies.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/supported-technologies.asciidoc b/docs/supported-technologies.asciidoc index 4173d6d177..74fa3996fd 100644 --- a/docs/supported-technologies.asciidoc +++ b/docs/supported-technologies.asciidoc @@ -117,7 +117,7 @@ Other Servlet 3+ compliant servers will most likely work as well. |Elasticsearch |5.0.2+ |The agent automatically creates Elasticsearch spans for queries done through the official REST client. -*Currently, only synchronized operations are supported* + *Currently, the `*Async` methods are not supported, only their synchronous counterparts.* |===