Mani Chandra Teja Gaddam
Mani Chandra Teja Gaddam
Add [SigLens](https://www.siglens.com/) to CIVO Marketplace * [x] Have you followed the guidelines in our Contributing document in setting up the application? * [x] Have you checked that the application your...
# Description - SigLens has support for Loki API interface. - The [index stats API](https://grafana.com/docs/loki/latest/reference/loki-http-api/#query-log-statistics) from Loki is also implemented and the API response schema is correct but the response...
# Description - `PerformGroupByRequestAggsOnRecs` is a function that aggregates statistics, grouping them according to specified columns. - Another function, `PerformAggsOnRecs`, invokes this aggregation function. When constructing your test case, ensure...
# Description - `GetOrCreateNodeRes` is defined in `rrcreader.go`. Add thorough unit testing for this function in `rrcreader_test.go` in the same folder. - Write tests to verify that the function correctly...
# Description - `NodeResult` is a struct that is defined in the `segstructs.go`. See the image attached below. - The Fields that require cleanup are: ``` PerformAggsOnRecs bool // if...
# Description - `PerformMeasureAggsOnRecs` is a function that aggregates data with the given Measure Aggregations. - Another function, `PerformAggsOnRecs`, invokes this aggregation function. When constructing your test case, ensure it...
# Description - When there is a `stats` command in the query, this PR would go through each Aggregator and get all the fields until the `stats` Block. - When...
# Description - Add the Lock while Reading the EmptyPQMeta File. - This fixes issue where there are multiple go routines trying to update or write this file for a...
# Description - Added the implementation flow of metrics query # Testing Describe how you tested this code. How can the reviewers reproduce your tests? # Checklist: Before marking your...