rename, add Makefile rename support
All checks were successful
Build and Publish / release (push) Has been skipped
Build and Publish / check-chart (push) Successful in 9s
Build and Publish / helm-release (push) Has been skipped

This commit is contained in:
2025-03-31 10:13:02 -04:00
parent 95aa1e47d1
commit c8e461729f
12 changed files with 55 additions and 27 deletions

View File

@ -1,5 +1,5 @@
# App Config
APP_NAME="go-http-server-with-otel"
APP_NAME="go-server-with-otel"
APP_LOG_LEVEL=trace ## For testing only
APP_LOG_FORMAT=console ## console, json
APP_LOG_TIME_FORMAT=long ## long, short, unix, rfc3339, off
@ -10,5 +10,5 @@ APP_OTEL_METRIC_INTERVAL_SECS=15
# OTEL SDK Config
OTEL_EXPORTER_OTLP_ENDPOINT="otel-collector.otel.svc.cluster.local" # Set to your otel collector
OTEL_SERVICE_NAME="go-http-server-with-otel"
OTEL_SERVICE_NAME="go-server-with-otel"
OTEL_RESOURCE_ATTRIBUTES="env=development,service.version=(devel)"