Add NetEvolve.HealthChecks.GCP.BigQuery #1074
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Implements health check for Google Cloud Platform BigQuery service using the
Google.Cloud.BigQuery.V2package.Implementation:
ListDatasetsAsync().ReadPageAsync(1)- lightweight API call to verify service connectivityProject Structure:
src/NetEvolve.HealthChecks.GCP.BigQuery/- Core implementation with options, configuration, and DI extensionstests/NetEvolve.HealthChecks.Tests.Unit/GCP.BigQuery/- 25 unit tests (options, configuration, DI registration)tests/NetEvolve.HealthChecks.Tests.Integration/GCP.BigQuery/- Integration tests with Testcontainers.BigQueryUsage:
Why is it important?
Enables monitoring of BigQuery service availability in applications using the established NetEvolve.HealthChecks framework. Completes GCP service coverage alongside existing Firestore and PubSub health checks.
Related issues
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
172.19.0.1172.20.0.1analytics.localstack.cloudapi.localstack.cloudassets.localstack.cloudlocalhost.localstack.clouds3.localhost.localstack.cloudsbsfe.0/Eventhubs_Emulator/Microsoft.Cloud.EventHub.Emulator.Host dotnet Microsoft.Cloud.EventHub.Emulator.Host.dll(dns block)westus-0.in.applicationinsights.azure.com/home/REDACTED/work/healthchecks/healthchecks/tests/NetEvolve.HealthChecks.Tests.Integration/bin/Debug/net9.0/NetEvolve.HealthChecks.Tests.Integration --internal-msbuild-node /tmp/2c86b272c1724bf6bb152d276eda8108(dns block)/home/REDACTED/work/healthchecks/healthchecks/tests/NetEvolve.HealthChecks.Tests.Integration/bin/Debug/net8.0/NetEvolve.HealthChecks.Tests.Integration --internal-msbuild-node /tmp/b8363fc957124797afb97b024525fc20(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.