Skip to content

Commit

Permalink
docs: Add traffic source plugins and API locations to README (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
akpsgit authored Feb 16, 2022
1 parent 7f512f8 commit c39a242
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ APIClarity supports integrating with the following traffic sources. Install APIC
* Tyk API Gateway
* [Integration instructions](https://github.com/apiclarity/apiclarity/tree/master/plugins/gateway/tyk)

The integrations (plugins) for the supported traffic sources above are located in the [plugins directory within the codebase](https://github.com/apiclarity/apiclarity/tree/master/plugins) and implement the [plugins API](https://github.com/apiclarity/apiclarity/tree/master/plugins/api) to export the API events to APIClarity. To enable and configure the supported traffic sources, please check the ```trafficSource:``` section in [Helm values](https://github.com/apiclarity/apiclarity/blob/master/charts/apiclarity/values.yaml).
Contributions of integrations with additional traffic sources are more than welcome!

### Install APIClarity in a K8s cluster using Helm:

1. Add Helm repo
Expand Down

0 comments on commit c39a242

Please sign in to comment.