-
Notifications
You must be signed in to change notification settings - Fork 807
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
InfluxDB Health Check #704
Conversation
src/HealthChecks.InfluxDB/DependencyInjection/InfluxDBHealthCheckBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
src/HealthChecks.InfluxDB/DependencyInjection/InfluxDBHealthCheckBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
src/HealthChecks.InfluxDB/DependencyInjection/InfluxDBHealthCheckBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
Hi, Do you have time to review this code? @sungam3r |
src/HealthChecks.InfluxDB/DependencyInjection/InfluxDBHealthCheckBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
src/HealthChecks.InfluxDB/DependencyInjection/InfluxDBHealthCheckBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
src/HealthChecks.InfluxDB/DependencyInjection/InfluxDBHealthCheckBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
src/HealthChecks.InfluxDB/DependencyInjection/InfluxDBHealthCheckBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
src/HealthChecks.InfluxDB/DependencyInjection/InfluxDBHealthCheckBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
src/HealthChecks.InfluxDB/DependencyInjection/InfluxDBHealthCheckBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
…eckBuilderExtensions.cs
…AspNetCore.Diagnostics.HealthChecks into HealthChecks_InfluxDB
src/HealthChecks.InfluxDB/DependencyInjection/InfluxDBHealthCheckBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
test/HealthChecks.InfluxDB.Tests/Functional/InfluxDBHealthCheckTests.cs
Outdated
Show resolved
Hide resolved
src/HealthChecks.InfluxDB/DependencyInjection/InfluxDBHealthCheckBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
…AspNetCore.Diagnostics.HealthChecks into HealthChecks_InfluxDB
src/HealthChecks.InfluxDB/DependencyInjection/InfluxDBHealthCheckBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
…eckBuilderExtensions.cs
…AspNetCore.Diagnostics.HealthChecks into HealthChecks_InfluxDB
Setup InfluxDB step hangs. |
I'm trying to fix this. |
Since the script for influxdata/influxdb-action does not work with the new influxdb 2.6.0 package, the script has been fixed and the PR has been opened , influxdata/influxdb-action#3 |
dotnet build --no-restore ./src/HealthChecks.InfluxDB/HealthChecks.InfluxDB.csproj && | ||
dotnet build --no-restore ./test/HealthChecks.InfluxDB.Tests/HealthChecks.InfluxDB.Tests.csproj | ||
- name: Setup InfluxDB | ||
uses: maikebing/influxdb-action@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. Then ping back when fix will be merged in official repo. I will review today and merge.
- "6222:6222" | ||
influx: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file used on CI?
@maikebing Thanks. Almost 2-year journey. |
Thanks for reviewing and merging! |
No description provided.