generated from rmcguire/go-server-with-otel
implement econet exporter
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: go-server-with-otel
|
||||
name: econet-exporter
|
||||
description: Golang HTTP and GRPC server with OTEL
|
||||
|
||||
# A chart can be either an 'application' or a 'library' chart.
|
||||
|
||||
+9
-9
@@ -1,15 +1,15 @@
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/vidispine/hull/refs/heads/main/hull/values.schema.json
|
||||
hull:
|
||||
config:
|
||||
## go-server-with-otel custom settings (config.yaml)
|
||||
## econet-exporter custom settings (config.yaml)
|
||||
appConfig:
|
||||
# Custom app config
|
||||
timezone: EST5EDT
|
||||
opts:
|
||||
factLang: en
|
||||
factType: random
|
||||
# NOTE: Prefer supplying econetPassword via the ECONET_PASSWORD env var
|
||||
econetEmail: ""
|
||||
costPerKWH: 0.0
|
||||
usageInterval: 5m
|
||||
# go-app config
|
||||
name: Demo go-app
|
||||
name: econet-exporter
|
||||
logging:
|
||||
format: json
|
||||
level: debug
|
||||
@@ -32,7 +32,7 @@ hull:
|
||||
## Chart settings
|
||||
settings:
|
||||
resources: {} # Applies to the app container
|
||||
repo: gitea.libretechconsulting.com/rmcguire/go-server-with-otel
|
||||
repo: gitea.libretechconsulting.com/rmcguire/econet-exporter
|
||||
tag: _HT**Chart.AppVersion
|
||||
|
||||
httpPort: 8080 # Should match appConfig http.listen
|
||||
@@ -54,8 +54,8 @@ hull:
|
||||
gatewayName: istio-ingressgateway
|
||||
gatewayNamespace: istio-system
|
||||
|
||||
otelServiceName: go-server-with-otel
|
||||
otelResourceAttributes: app=go-server-with-otel
|
||||
otelServiceName: econet-exporter
|
||||
otelResourceAttributes: app=econet-exporter
|
||||
otlpEndpoint: http://otel.otel.svc.cluster.local:4317 # Replace me
|
||||
|
||||
serviceType: ClusterIP
|
||||
|
||||
Reference in New Issue
Block a user