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

[GEN-1592] Add instrumentation rules to gql #1659

Merged
merged 450 commits into from
Oct 30, 2024

Conversation

alonkeyval
Copy link
Collaborator

This pull request introduces several new types and fields to the GraphQL schema and updates the corresponding resolvers and models to support instrumentation rules and payload collections.

GraphQL Schema Enhancements:

  • Added new types and inputs for PodWorkload, OtelSdks, InstrumentationRule, InstrumentationLibraryGlobalId, and PayloadCollection in frontend/graph/schema.graphqls. [1] [2]
  • Added new mutation fields for creating, updating, and deleting instrumentation rules in frontend/graph/schema.graphqls.

Model Updates:

  • Introduced new types and inputs for DbQueryPayloadCollection, HTTPPayloadCollection, MessagingPayloadCollection, InstrumentationLibraryGlobalID, InstrumentationRule, and PayloadCollection in frontend/graph/model/models_gen.go. [1] [2] [3] [4] [5] [6]

Resolver Implementations:

  • Added resolver methods for InstrumentationRules in ComputePlatform and CRUD operations for InstrumentationRule in Mutation in frontend/graph/schema.resolvers.go. [1] [2]

Configuration and Dependency Updates:

  • Updated frontend/Makefile to pin the gqlgen version to v0.17.49.
  • Added instrumentationRules to frontend/gqlgen.yml for code generation.

alonkeyval and others added 30 commits July 25, 2024 15:38
[GEN-1100] chore: setup choose source
[GEN-1110] chore: get all sources of a namespace
[GEN-1117] feat: reusable modal component
alonkeyval and others added 25 commits October 20, 2024 16:04
…factor

[GEN-1538] Refactor destinations types query
Copy link

@alonkeyval alonkeyval merged commit fa609c3 into odigos-io:new-ui Oct 30, 2024
3 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.

1 participant