Skip to content

Commit

Permalink
Improve the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
piyumaldk committed Jul 18, 2023
1 parent c983a40 commit 4ea17f0
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,21 @@
*
* 1. Add the following to the deployment.toml file.
*
* i. Enabling statistics for artifacts
* [mediation]
* flow.statistics.enable=true
* flow.statistics.capture_all=true
*
* ii. Enabling Choreo Analytics
* [analytics]
* enabled=true
* publisher="choreo" (Adding this required. If not added, the default publisher will be used which is ELK flow)
* publisher="choreo"
*
* **Adding publisher is required. If not added, the default publisher will be used which is ELK flow**
*
* 2. Optionally, you can add the following to the deployment.toml file.
*
* [analytics]
* api_analytics.enabled = true
* proxy_service_analytics.enabled = true
* sequence_analytics.enabled = true
Expand Down

0 comments on commit 4ea17f0

Please sign in to comment.