We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
they have a feature called unit cost analytics that we were looking at using to add the info to our existing spend tracking
our SRE team manages our other cost tracking tools (CloudZero)
No response
The text was updated successfully, but these errors were encountered:
Keep getting
Failed to post telemetry data.
When running queries on their swagger
curl --request POST \ --url https://api.cloudzero.com/unit-cost/v1/telemetry/metric/llm-cost \ --header 'Authorization: <my-key>' \ --header 'content-type: application/json' \ --data ' { "records": [ { "value": 10, "timestamp": "2020-03-03T15:32:44+00:00" } ] } '
curl --request POST \ --url https://api.cloudzero.com/unit-cost/v1/telemetry/metric/llm-val/sum \ --header 'Authorization: <my-key>' \ --header 'content-type: application/json' \ --data ' { "records": [ { "value": 10, "timestamp": "2020-03-03T15:32:44+00:00" } ] } '
Sorry, something went wrong.
krrishdholakia
No branches or pull requests
The Feature
they have a feature called unit cost analytics that we were looking at using to add the info to our existing spend tracking
Motivation, pitch
our SRE team manages our other cost tracking tools (CloudZero)
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered: