Hi ,
I am using tyk-oss (without Dashboad) and I would like to track all endpoints (Tyk Gateway itself and APIs).
Background:
- Tyk is configurated with helm chart to works with Redis.
- Prometheus is used as backend for Tyk-Pump.
- I am able to get the Metrics for a specific API Endpoint via
track_endpoints
In the Documentation is written:
The aggregate pumps have an option to
track_all_paths
which will ensure that all analytics records generated by the Tyk Gateway will be included in the aggregated statistics on the Endpoint Popularity screen. Set this totrue
to capture all endpoints in the aggregated data and subsequently on the Dashboard page.
For me it’s not clear where I should set track_all_paths
to true
:
- in the Tyk configuration ?
- in the Pump configuration (only hybrid? … ) ?
- works only with the Dasboard or Tyk MDCB ?
Thank you!