* feat: opentelemetry integration, removed self designed tracing * feat: support zipkin on opentelemetry integration * feat: support zipkin on opentelemetry integration, enable it in conf * style: format code * fix: support logx without exporter configured * fix: check return values * refactor: simplify code * refactor: simplify opentelemetry integration * ci: fix staticcheck errors
24 lines
202 B
Plaintext
24 lines
202 B
Plaintext
# Ignore all
|
|
*
|
|
|
|
# Unignore all with extensions
|
|
!*.*
|
|
!**/Dockerfile
|
|
!**/Makefile
|
|
|
|
# Unignore all dirs
|
|
!*/
|
|
!api
|
|
|
|
# ignore
|
|
.idea
|
|
**/.DS_Store
|
|
**/logs
|
|
|
|
# gitlab ci
|
|
.cache
|
|
|
|
# vim auto backup file
|
|
*~
|
|
!OWNERS
|