Skip to content

Commit

Permalink
RESTEASY-1908 rebase (#1993)
Browse files Browse the repository at this point in the history
* RESTEASY-1908 Write document about tracing feature

* initial draft

* update draft

* add json formatted tracing section

* update draft

* update draft

* update draft

* update drft

* update draft

* update draft

* - fix typos
- add section "List Of Tracing Events"
  • Loading branch information
liweinan authored and asoldano committed Apr 29, 2019
1 parent 1df27aa commit 67aba53
Show file tree
Hide file tree
Showing 2 changed files with 458 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docbook/reference/en/en-US/master.xml
Expand Up @@ -39,7 +39,8 @@
<!ENTITY RESTEasy_Client_Framework SYSTEM "modules/RESTEasy_Client_Framework.xml">
<!ENTITY MicroProfile_Rest_Client SYSTEM "modules/MicroProfile_Rest_Client.xml">
<!ENTITY AJAX_Client SYSTEM "modules/AJAX_Client.xml">
<!ENTITY WADL SYSTEM "modules/WADL.xml">
<!ENTITY WADL SYSTEM "modules/WADL.xml">
<!ENTITY Tracing_Feature SYSTEM "modules/tracing.xml">
<!ENTITY Maven_and_RESTEasy SYSTEM "modules/Maven_and_RESTEasy.xml">
<!ENTITY Migration_to_3_1 SYSTEM "modules/Migration_to_3.1.xml">
<!ENTITY Migration_from_older_versions SYSTEM "modules/Migration_from_older_versions.xml">
Expand Down Expand Up @@ -153,6 +154,7 @@ This one is short
&MicroProfile_Rest_Client;
&AJAX_Client;
&WADL;
&Tracing_Feature;
&Validation;
&I18N;
&Maven_and_RESTEasy;
Expand Down

0 comments on commit 67aba53

Please sign in to comment.