Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 23908cd

Browse files
Added InfluxDB sources (#1)
* first pass * fixed influx deployment * changed Influx to use a stateful set * working on configuring influxdb * got end to end example working * added InfluxDB dashboard Original source: https://github.com/petabridge/phobos-dashboards
1 parent 331e0e3 commit 23908cd

10 files changed

+1884
-1787
lines changed

Petabridge.Phobos.Web.sln Petabridge.Phobos.Web.InfluxDb.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{79D71264
1111
build.sh = build.sh
1212
EndProjectSection
1313
EndProject
14-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Petabridge.Phobos.Web", "src\Petabridge.Phobos.Web\Petabridge.Phobos.Web.csproj", "{6186C854-8B2C-4102-8D7A-4B74A61CC91F}"
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Petabridge.Phobos.Web.InfluxDb", "src\Petabridge.Phobos.Web\Petabridge.Phobos.Web.InfluxDb.csproj", "{6186C854-8B2C-4102-8D7A-4B74A61CC91F}"
1515
EndProject
16-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Petabridge.Phobos.Web.Tests", "src\Petabridge.Phobos.Web.Tests\Petabridge.Phobos.Web.Tests.csproj", "{0F03312C-5BCB-480F-8C48-30F7EDEDA3D5}"
16+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Petabridge.Phobos.Web.InfluxDb.Tests", "src\Petabridge.Phobos.Web.Tests\Petabridge.Phobos.Web.InfluxDb.Tests.csproj", "{0F03312C-5BCB-480F-8C48-30F7EDEDA3D5}"
1717
EndProject
1818
Global
1919
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)