Refactor initializeTracers#847
Merged
mattklein123 merged 3 commits intomasterfrom Apr 28, 2017
Merged
Conversation
Member
There was a problem hiding this comment.
Can you check to make sure we have test coverage on both of these branches? It might be better to combine this into the previous if check for easier coverage, but as long as we have coverage of both I'm fine with either way.
mattklein123
approved these changes
Apr 28, 2017
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
**Description** This removes the input api schema field in the filter config as it shouldn't be a config and currently it is not really used. The input schema is already determined by the specific API endpoint being used by the Envoy AI Gateway, such as the unified OpenAI API at `v1/chat/completions` or later the Anthropic Messages API we are supporting at `anthropic/v1/messages`. This removes the confusion when we are going to support other vendor pass through APIs like Anthropic. We may need to consider deprecating the input `APISchema` defined on `AIGatewayRoute` which is also not really used. Related Issue: #847 --------- Signed-off-by: Dan Sun <dsun20@bloomberg.net> Co-authored-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
**Description** This commit adds support for the first party Anthropic API api.anthropic.com in the project. Notably, this adds the passthrough "translator" that captures the token usage as well as the API for the Anthropic API key configuration which is slightly different from both the existing APIKey security policy (authorization header) as well as Azure API key (api-key header) in the sense that it requires the key passed as "x-api-key" header. **Related Issues/PRs (if applicable)** #847 --------- Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.