Hey guys, does the get_spans_dataframe api call store the llm cost of that span? If not, is there a way to extract that? or will that need to be calculated using the tokens and the model being used ourselves?
Roger Y. I got it working. I was controlling the limit for the dataframe but not the request so I changed that to 5000 and I can see my most recent spans now. Thank you guys!