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

stats endpoint not sending proper json back #709

Closed
Eshanatnight opened this issue Mar 20, 2024 · 0 comments
Closed

stats endpoint not sending proper json back #709

Eshanatnight opened this issue Mar 20, 2024 · 0 comments

Comments

@Eshanatnight
Copy link
Contributor

Expected

{
    "stream": "demo",
    "creation_time": "2024-03-20 05:57:13.546920050 UTC",
    "first_event_at": "2024-03-20 06:03:54.746 UTC",
    "time": "2024-03-20T06:12:57.617862295Z",
    "ingestion": {
        "count": 4500,
        "size": "904500 Bytes",
        "format": "json"
    },
    "storage": {
        "size": "7589 Bytes",
        "format": "parquet"
    }
}

actual

{
    "stream": "demo",
    "creation_time": "2024-03-20 05:57:13.546920050 UTC",
    "first_event_at": "2024-03-20 06:03:54.746 UTC",
    "time": "2024-03-20T06:04:13.827803147Z",
    "ingestion": {
        "count": 500,
        "size": "100500",
        "format": "json"
    },
    "storage": {
        "size": "7589",
        "format": "parquet"
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants