Replies: 2 comments 7 replies
-
Hi @hnykda tracking spend by tags is an enterprise feature - https://docs.litellm.ai/docs/proxy/enterprise#tracking-spend-for-custom-tags Which is why this isn't showing up |
Beta Was this translation helpful? Give feedback.
0 replies
-
What? I'm not trying to track spending. I just want to log a tag next to a request. If that's what you mean, you should definitely update the |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to add tags to my request to easily distinguish which service is doing the request for easier debugging.
I tried:
tags: ["tag1"]
(https://docs.litellm.ai/docs/proxy/tag_routing#3-make-request-with-tagspaid)'x-litellm-tags': 'tag1'
(https://docs.litellm.ai/docs/proxy/tag_routing#calling-via-request-header)"metadata": {"tags": ["tag1"]}
(https://docs.litellm.ai/docs/proxy/logging#custom-tags)(yes, I doublechecked I am actually sending them)
And the tags are no where to be found on the llm proxy side:
Nothing.
Beta Was this translation helpful? Give feedback.
All reactions