Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhyatt authored Feb 13, 2019
1 parent 9ba2984 commit 4fe1fa1
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion example-domain-app/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@

When running the app, add the following VM args with correct values.
```
-Delastic.apm.log_level=INFO
-Delastic.apm.instrument=true
-Delastic.apm.active=true
-Delastic.apm.server_urls=http://localhost:8200
-Delastic.apm.application_packages=
-Delastic.apm.service_name=path-component
-Delastic.apm.service_version=v1.0.0
-Delastic.apm.stack_trace_limit=30
-Delastic.apm.span_frames_min_duration=0ms
-Delastic.apm.mule.capture_input_properties=true
-Delastic.apm.mule.capture_input_properties_regex=http_(.*)
-Delastic.apm.mule.capture_output_properties=true
-Delastic.apm.mule.capture_output_properties_regex=(.*)
```

0 comments on commit 4fe1fa1

Please sign in to comment.