-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Adding Support for GraphQL Observability Metrics (#1852) * [Automated] Update the native jar versions * Add observability metric tags * Update the metrics tags to use underscores * Update the spec with observability section * [Automated] Update the native jar versions * Update the GraphQL spec with observability functionalities * Apply suggestions from code review Co-authored-by: DimuthuMadushan <35717653+DimuthuMadushan@users.noreply.github.com> --------- Co-authored-by: DimuthuMadushan <35717653+DimuthuMadushan@users.noreply.github.com> * Check Metrics Enabled Before Adding Tags (#1857) * Include Observability support for graphql (#1859) * Initial tracing implementation * Set observer-context to strand * Fix starting observer-context * Update tracing functionalities --------- Co-authored-by: Thisaru Guruge <thisaru.guruge@gmail.com> * Add tracing details on the spec * Handle response errors with observer context (#1863) * Initial tracing implementation * Set observer-context to strand * Fix starting observer-context * Update tracing functionalities * Handles error responses with observer context * [Automated] Update the native jar versions * Address review suggestions * Update version * [Automated] Update the native jar versions * Check observability enabled * [Automated] Update the native jar versions * [Automated] Update the native jar versions * Update the ballerina lang version * remove redundant check * Address review suggestions --------- Co-authored-by: Thisaru Guruge <thisaru.guruge@gmail.com> Co-authored-by: Thisaru Guruge <thisaru@wso2.com> * Update the Observability Metrics Field Name Retrieval (#1866) * Update book_reviews_mutation test results on Fri May 3 22:28:00 UTC 2024 * Update book_reviews_subscription test results on Fri May 3 22:28:00 UTC 2024 * Update snowtooth test results on Fri May 3 22:28:00 UTC 2024 * Update book_reviews_mutation test results on Sat May 4 22:28:19 UTC 2024 * Update book_reviews_subscription test results on Sat May 4 22:28:20 UTC 2024 * Update snowtooth test results on Sat May 4 22:28:20 UTC 2024 * [Automated] Sync master after 1.12.0 release (#1861) * [Automated] Update the native jar versions * Move dependencies to stable versions * [Automated] Update the native jar versions * [Automated] Update the native jar versions * [Gradle Release Plugin] - pre tag commit: 'v1.12.0'. * [Gradle Release Plugin] - new version commit: 'v1.12.1-SNAPSHOT'. * Update the changelog after 1.12.0 release --------- Co-authored-by: ballerina-bot <ballerina-bot@ballerina.org> Co-authored-by: Thisaru Guruge <thisaru@wso2.com> * Update book_reviews_mutation test results on Sun May 5 22:28:14 UTC 2024 * Update book_reviews_subscription test results on Sun May 5 22:28:14 UTC 2024 * Update snowtooth test results on Sun May 5 22:28:14 UTC 2024 * Update the metrics tag retrieval for field name --------- Co-authored-by: ballerina-bot <ballerina-bot@ballerina.org> Co-authored-by: ballerina-bot <ballerinalang@wso2.com> * Update the field name for observability metrics --------- Co-authored-by: DimuthuMadushan <35717653+DimuthuMadushan@users.noreply.github.com> Co-authored-by: Nipuna Madhushan <51471998+NipunaMadhushan@users.noreply.github.com> Co-authored-by: ballerina-bot <ballerina-bot@ballerina.org> Co-authored-by: ballerina-bot <ballerinalang@wso2.com>
- Loading branch information
1 parent
41fc970
commit f631d46
Showing
25 changed files
with
685 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
[package] | ||
org = "ballerina" | ||
name = "graphql_tests" | ||
version = "1.12.0" | ||
version = "1.13.0" | ||
|
||
[build-options] | ||
observabilityIncluded = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.