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

Add new graphql qeury #112

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Add new graphql qeury #112

merged 1 commit into from
Jan 22, 2024

Conversation

kimhanbeom
Copy link
Contributor

This PR is for a feature that is only used in rio projects.

  • Added graphql queries for triage and outliers.
  • Added graphql queries for semi-supervised model.
  • Added agent_id for filtering agent id to EventListWithTriageFilterInput.
  • Added new fields to the sampling policy's enum Interval.

@kimhanbeom kimhanbeom requested a review from syncpark January 22, 2024 04:54
@codecov-commenter
Copy link

codecov-commenter commented Jan 22, 2024

Codecov Report

Attention: 626 lines in your changes are missing coverage. Please review.

Comparison is base (2e85115) 47.08% compared to head (35ce03f) 44.45%.

Files Patch % Lines
src/graphql/outlier.rs 0.00% 283 Missing ⚠️
src/graphql/event.rs 2.19% 223 Missing ⚠️
src/graphql/semi_model.rs 3.80% 101 Missing ⚠️
src/graphql/triage/policy.rs 5.88% 16 Missing ⚠️
src/graphql.rs 0.00% 3 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##              rio     #112      +/-   ##
==========================================
- Coverage   47.08%   44.45%   -2.63%     
==========================================
  Files          65       66       +1     
  Lines       10432    11069     +637     
==========================================
+ Hits         4912     4921       +9     
- Misses       5520     6148     +628     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

- Added graphql queries for triage and outliers.
- Added graphql queries for semi-supervised model.
- Added `agent_id` for filtering agent id to `EventListWithTriageFilterInput`.
- Added new fields to the sampling policy's enum Interval.
@kimhanbeom kimhanbeom force-pushed the david/rio/add-graphql-query branch from 595767a to 35ce03f Compare January 22, 2024 05:06
@syncpark syncpark merged commit 7edae5d into rio Jan 22, 2024
8 checks passed
@syncpark syncpark deleted the david/rio/add-graphql-query branch January 22, 2024 07:49
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.

3 participants