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
+8 -7
View File
@@ -1,16 +1,16 @@
# yaml-language-server: $schema=contrib/schema.json
# Custom demo-app config
timezone: EST5EDT
opts:
factLang: en
factType: random
# Econet exporter config
# NOTE: Prefer setting econetPassword via the ECONET_PASSWORD env var
econetEmail: ""
costPerKWH: 0.0 # US dollars per kWh (e.g. 0.18 = 18 cents), not cents
usageInterval: 5m
# go-app config
name: Demo go-app
name: econet-exporter
logging:
format: console
level: trace
level: info
enabled: true
otel:
enabled: true
@@ -24,6 +24,7 @@ grpc:
enableReflection: true
listen: :8081
grpcGatewayPath: /api
grpcGatewayPathStrip: true # strip /api before the gateway mux matches routes
enableGRPCGateway: true
enableInstrumentation: true
enableProtovalidate: true