Skip to content
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

[Feature]: Support cloud zero cost tracking #5773

Open
krrishdholakia opened this issue Sep 18, 2024 · 1 comment
Open

[Feature]: Support cloud zero cost tracking #5773

krrishdholakia opened this issue Sep 18, 2024 · 1 comment
Assignees
Labels

Comments

@krrishdholakia
Copy link
Contributor

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

@krrishdholakia krrishdholakia added the enhancement New feature or request label Sep 18, 2024
@krrishdholakia krrishdholakia self-assigned this Sep 18, 2024
@krrishdholakia
Copy link
Contributor Author

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"
    }
  ]
}
'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant