You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in the title, I believe this line is a bug and should actually be te_request_success. We're setting up observability for TEI, and we use the openai-compatible /v1/embeddings endpoint, and I noticed weird numbers coming from the metrics, which led me to finding this line as the likely culprit.
I think the same bug might exist in the following functions in the HTTP and grpc APIs:
HTTP
The text was updated successfully, but these errors were encountered:
aarongreen-datadog
changed the title
[bug report] Double incrementing te_request_count metric in successful openai_embed requests
[bug report] Double incrementing te_request_count metric in successful single openai_embed requests
Jan 29, 2025
As mentioned in the title, I believe this line is a bug and should actually be
te_request_success
. We're setting up observability for TEI, and we use the openai-compatible/v1/embeddings
endpoint, and I noticed weird numbers coming from the metrics, which led me to finding this line as the likely culprit.I think the same bug might exist in the following functions in the HTTP and grpc APIs:
HTTP
GRPC
The text was updated successfully, but these errors were encountered: