-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ai-proxy): add telemetry for ai-proxy #12492
Conversation
1067a11
to
bfa2c9e
Compare
(cherry picked from commit 00211cb)
Successfully created backport PR for |
(cherry picked from commit 00211cb) Co-authored-by: Jack Tysoe <[email protected]>
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/3.6.x
git worktree add -d .worktree/backport-12492-to-release/3.6.x origin/release/3.6.x
cd .worktree/backport-12492-to-release/3.6.x
git switch --create backport-12492-to-release/3.6.x
git cherry-pick -x 00211cbe328d10831b0940b21e6d35ed0b880268 |
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-12492-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12492-to-master-to-upstream
git checkout -b cherry-pick-12492-to-master-to-upstream
ancref=$(git merge-base c7cb900f4919e6b320b7bdf9132cfa4747679760 bfa2c9eec1420426c2841e6a30f0f67fc924fb4c)
git cherry-pick -x $ancref..bfa2c9eec1420426c2841e6a30f0f67fc924fb4c |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/3.6.x
git worktree add -d .worktree/backport-12492-to-release/3.6.x origin/release/3.6.x
cd .worktree/backport-12492-to-release/3.6.x
git switch --create backport-12492-to-release/3.6.x
git cherry-pick -x 00211cbe328d10831b0940b21e6d35ed0b880268 |
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-12492-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12492-to-master-to-upstream
git checkout -b cherry-pick-12492-to-master-to-upstream
ancref=$(git merge-base c7cb900f4919e6b320b7bdf9132cfa4747679760 bfa2c9eec1420426c2841e6a30f0f67fc924fb4c)
git cherry-pick -x $ancref..bfa2c9eec1420426c2841e6a30f0f67fc924fb4c |
1 similar comment
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-12492-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12492-to-master-to-upstream
git checkout -b cherry-pick-12492-to-master-to-upstream
ancref=$(git merge-base c7cb900f4919e6b320b7bdf9132cfa4747679760 bfa2c9eec1420426c2841e6a30f0f67fc924fb4c)
git cherry-pick -x $ancref..bfa2c9eec1420426c2841e6a30f0f67fc924fb4c |
Summary
Adds telemetry for AI/LLM "model" and "provider" usage.
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
Internal request.