go-server-with-otel/config.yaml

30 lines
495 B
YAML

# yaml-language-server: $schema=contrib/schema.json
# Custom demo-app config
timezone: EST5EDT
opts:
factLang: en
factType: random
# go-app config
name: Demo go-app
logging:
format: console
level: trace
enabled: true
otel:
enabled: true
stdoutEnabled: false
http:
enabled: true
listen: :8080
logRequests: true
grpc:
enabled: true
enableReflection: true
listen: :8081
grpcGatewayPath: /api
enableGRPCGateway: true
enableInstrumentation: true
logRequests: true