You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-zero/core
Kevin Wan 0b1884b6bd
feat: support caller skip in logx (#2401)
* feat: support caller skip in logx

* chore: remove debug prints

* chore: remove debug prints

* chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#2402)

Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: simplify test code

* chore: remove new WithFields in logx, and deprecated old WithFields

* chore: simplify WithDuration

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
..
bloom chore: update roadmap (#1948) 3 years ago
breaker chore: use time.Now() instead of timex.Time() because go optimized it (#1860) 3 years ago
cmdline feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
codec feat: support baggage propagation in httpc (#2375) 2 years ago
collection refactor: sequential range over safemap (#2316) 2 years ago
color feat: logx with color (#1872) 3 years ago
conf feat: support baggage propagation in httpc (#2375) 2 years ago
contextx feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
discov feat: support baggage propagation in httpc (#2375) 2 years ago
errorx chore: add more tests (#2129) 2 years ago
executors feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
filex chore: make error clearer (#1514) 3 years ago
fs feat: support baggage propagation in httpc (#2375) 2 years ago
fx feat: support baggage propagation in httpc (#2375) 2 years ago
hash feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
iox feat: support baggage propagation in httpc (#2375) 2 years ago
jsontype test: add more tests (#1137) 3 years ago
jsonx fix #2109 (#2116) 2 years ago
lang chore: simplify mapreduce (#1401) 3 years ago
limit chore: rename methods (#1998) 2 years ago
load feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
logx feat: support caller skip in logx (#2401) 2 years ago
mapping fix: range validation on mapping (#2317) 2 years ago
mathx feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
metric chore: refactor the imports (#2406) 2 years ago
mr feat: support baggage propagation in httpc (#2375) 2 years ago
naming fix golint issues, exported doc (#451) 4 years ago
netx fix golint issues in core/netx (#501) 4 years ago
proc feat: add fields with logx methods, support using third party logging libs. (#1847) 3 years ago
prof chore: fix lint issue (#1694) 3 years ago
prometheus feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
queue feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
rescue feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
search feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
service chore: refactor (#2365) 2 years ago
stat chore: refactor stat (#2299) 2 years ago
stores chore: refactor the imports (#2406) 2 years ago
stringx feat: update docker alpine package mirror (#1924) 3 years ago
syncx fix resource manager dead lock (#2302) 2 years ago
sysx feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
threading feat: support baggage propagation in httpc (#2375) 2 years ago
timex chore: use time.Now() instead of timex.Time() because go optimized it (#1860) 3 years ago
trace chore: refactor (#2388) 2 years ago
utils chore: remove blank lines (#2117) 2 years ago