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

feat: formulas in timeseries and traceitemtable endpoints #105

Merged
merged 2 commits into from
Jan 29, 2025

Conversation

kylemumma
Copy link
Member

@kylemumma kylemumma commented Jan 28, 2025

Are we reimplementing snql? Who knows, but I am certainly reimplementing the grammar of a query language.

This allows add, subtract, multiply, and divide to be specified as operations in the "select" of timeseries endpoint and traceitemtable

The reason I nested BinaryFormula inside of message Column instead of making it separate is bc of the imports between timeseries and traceitemtable. It wouldnt let me name both messages BinaryFormula since it would be a duplicate object defined twice.

Copy link

github-actions bot commented Jan 28, 2025

The latest Buf updates on your PR. Results from workflow ci / buf-checks (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed⏩ skipped✅ passed✅ passedJan 29, 2025, 9:46 PM

@kylemumma kylemumma marked this pull request as ready for review January 28, 2025 19:52
@kylemumma kylemumma requested review from a team as code owners January 28, 2025 19:52
@kylemumma
Copy link
Member Author

renamed left, right, expression

@kylemumma kylemumma merged commit 6722ab3 into main Jan 29, 2025
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants