generated from rmcguire/go-server-with-otel
Initial commit
This commit is contained in:
29
config.yaml
Normal file
29
config.yaml
Normal file
@ -0,0 +1,29 @@
|
||||
# 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
|
Reference in New Issue
Block a user