implement econet exporter
Build and Publish / go-binaries (push) Has been skipped
Build and Publish / container-images (push) Has been skipped
Build and Publish / helm-release (push) Successful in 19s
Build and Publish / check-chart (push) Successful in 52s

This commit is contained in:
2026-07-04 17:22:31 -04:00
parent 8198e8cfee
commit b2ec72352a
44 changed files with 2226 additions and 1281 deletions
+30 -23
View File
@@ -1,22 +1,5 @@
{
"definitions": {
"ConfigDemoOpts": {
"properties": {
"factLang": {
"default": "en",
"type": "string"
},
"factType": {
"default": "random",
"enum": [
"today",
"random"
],
"type": "string"
}
},
"type": "object"
},
"ConfigGRPCConfig": {
"properties": {
"enableGRPCGateway": {
@@ -41,6 +24,10 @@
"default": "/grpc-api",
"type": "string"
},
"grpcGatewayPathStrip": {
"default": false,
"type": "boolean"
},
"listen": {
"type": "string"
},
@@ -52,6 +39,21 @@
},
"ConfigHTTPConfig": {
"properties": {
"corsAllowCredentials": {
"type": "boolean"
},
"corsAllowPrivateNetwork": {
"type": "boolean"
},
"corsAllowedOrigins": {
"items": {
"type": "string"
},
"type": "array"
},
"corsEnabled": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
@@ -121,6 +123,15 @@
}
},
"properties": {
"costPerKWH": {
"type": "number"
},
"econetEmail": {
"type": "string"
},
"econetPassword": {
"type": "string"
},
"environment": {
"type": "string"
},
@@ -136,15 +147,11 @@
"name": {
"type": "string"
},
"opts": {
"$ref": "#/definitions/ConfigDemoOpts"
},
"otel": {
"$ref": "#/definitions/ConfigOTELConfig"
},
"timezone": {
"default": "UTC",
"type": "string"
"usageInterval": {
"type": "integer"
},
"version": {
"type": "string"