Azure-Samples / apim-genai-gateway-toolkit

A repo to accelerate development and testing of GenAI Gateways built with Azure API Management. Includes various capabilities as examples/starters.
MIT License
17 stars 6 forks source link

Build out scenario for Usage tracking #5

Open lucashuet93 opened 1 month ago

lucashuet93 commented 1 month ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Expected/desired behavior

lucashuet93 commented 1 month ago

PR adds the e2e test that simulates load and sends requests using 3 different keys. Visualization of the usage data from test + cronjob (function?) that runs nightly and totals usage data for org units are still needed.

lucashuet93 commented 4 weeks ago

Visualization should include new token metrics emitted post addition of <azure-openai-emit-token-metric /> policy

lucashuet93 commented 2 weeks ago

Visualization includes as part of #26