Kevin Wan
d4c9fd2aff
chore: add golangci-lint config file ( #2519 )
...
* chore: add golangci-lint config file
* chore: member alignment
2 years ago
foliet
f7a4e3a19e
chore: fix naming problem ( #2500 )
...
When I was looking for how to mock mongo client, I found some naming problems and wanted to fix them.
2 years ago
swliao425
a515a3c735
chore: sqlx's metric name is different from redis ( #2505 )
2 years ago
Kevin Wan
10f94ffcc2
chore: remove unnecessary code ( #2499 )
2 years ago
sado
f068062b13
token limit support context ( #2335 )
...
* token limit support context
* add token limit with ctx
add token limit with ctx
Co-authored-by: sado <liaoyonglin@bilibili.com>
2 years ago
cui fliter
fc59aec2e7
fix a few function names on comments ( #2496 )
...
Signed-off-by: cui fliter <imcusg@gmail.com>
Signed-off-by: cui fliter <imcusg@gmail.com>
2 years ago
Kevin Wan
773b59106b
chore: remove init if possible ( #2485 )
2 years ago
Kevin Wan
38a73d7fbe
fix: etcd reconnecting problem ( #2478 )
2 years ago
Kevin Wan
1bc138bd34
chore: refactor to reduce duplicated code ( #2477 )
2 years ago
Kevin Wan
4b9066eda6
chore: better shedding algorithm, make sure recover from shedding ( #2476 )
...
* backup
* chore: better shedding algorithm, make sure recover from shedding
2 years ago
#Suyghur
0c66e041b5
feat(redis):add timeout method to extend blpop ( #2472 )
2 years ago
Halo
aa2be0163a
fix: add more tests ( #2473 )
...
* chore: add string to map in httpx parse method
* feat: add httpx parse stringToMap method test
* fix: add more test
2 years ago
Kevin Wan
ada2941e87
chore: sort methods ( #2470 )
2 years ago
Kevin Wan
59c0013cd1
feat: add logc package, support AddGlobalFields for both logc and logx. ( #2463 )
...
* feat: add logc package
* feat: add logc, add AddGlobalFields for both logc and logx
* chore: add benchmarks
* chore: add more tests
* chore: simplify globalFields in logx
* chore: remove outdated comments
2 years ago
Halo
05737f6519
feat: add string to map in httpx parse method ( #2459 )
...
* chore: add string to map in httpx parse method
* feat: add httpx parse stringToMap method test
2 years ago
Kevin Wan
1a6d7b3ef6
chore: gofumpt ( #2439 )
2 years ago
chen quan
2e1e4f3574
feat: add color to debug ( #2433 )
2 years ago
Kevin Wan
22d0a2120a
chore: replace fmt.Fprint ( #2425 )
2 years ago
chen quan
68e15360c2
fix: fix log output ( #2424 )
2 years ago
dawn_zhou
d640544a40
refactor: redis error for prometheus metric label ( #2412 )
...
Co-authored-by: dawn.zhou <dawn.zhou@yijinin.com>
2 years ago
MarkJoyMa
e6aa6fc361
feat: add log debug level ( #2411 )
2 years ago
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
Kevin Wan
1f6688e5c1
chore: refactor the imports ( #2406 )
2 years ago
dawn_zhou
ae7f1aabdd
feat: mysql and redis metric support ( #2355 )
...
* feat: mysql and redis metric support
* feat: mysql and redis metric support
* feat: mysql and redis metric support
Co-authored-by: dawn.zhou <dawn.zhou@yijinin.com>
2 years ago
Kevin Wan
e9650d547b
chore: refactor ( #2388 )
2 years ago
genewoo
05c2f313c7
feat: add grpc export ( #2379 )
...
Co-authored-by: Gene Wu <gene.wu@cabital.com>
2 years ago
Kevin Wan
66c2a28e66
fix #2364 ( #2377 )
2 years ago
Kevin Wan
d935c83a54
feat: support baggage propagation in httpc ( #2375 )
...
* feat: support baggage propagation in httpc
* chore: use go 1.16
* chore: use go 1.16
* chore: use go ^1.16
* chore: remove deprecated
2 years ago
Kevin Wan
da80662b0f
chore: refactor ( #2365 )
2 years ago
maizige
cfda972d50
fix:trace graceful stop,pre loss trace ( #2358 )
2 years ago
maizige
422f401153
fix:etcd get&watch not atomic ( #2321 )
2 years ago
Kevin Wan
dfeef5e497
fix: thread-safe in getWriter of logx ( #2319 )
2 years ago
Archer
8c72136631
make logx#getWriter concurrency-safe ( #2233 )
...
* make logx#getWriter concurrency-safe
* make logx#getWriter concurrency-safe
2 years ago
Kevin Wan
a1466e1707
fix: range validation on mapping ( #2317 )
2 years ago
lowang-bh
1b477bbef9
improve: number range compare left and righ value ( #2315 )
...
Co-authored-by: wanglonghui7 <wanglonghui7@jd.com>
2 years ago
Kevin Wan
813625d995
refactor: sequential range over safemap ( #2316 )
2 years ago
李平平
15a2802f12
safemap add Range method ( #2314 )
2 years ago
Kevin Wan
d978563523
fix: more accurate panic message on mapreduce ( #2311 )
2 years ago
Kevin Wan
2d60f0c65a
fix: logx disable not working in some cases ( #2306 )
...
* fix: logx disable not working in some cases
* fix: test fail
2 years ago
maizige
5d4ae201d0
Fix/del server interceptor duplicate copy md 20220827 ( #2309 )
...
* fix:grpc server interceptor duplicate copy MD
* modify wrong comments
2 years ago
sado
bebf6322ff
fix resource manager dead lock ( #2302 )
...
Co-authored-by: sado <liaoyonglin@bilibili.com>
2 years ago
Kevin Wan
36678f9023
chore: refactor stat ( #2299 )
2 years ago
Josh Quintana
90cdd61efc
Initialize CPU stat code only if used ( #2020 )
...
Co-authored-by: Josh Quintana <josh@highwaybenefits.com>
2 years ago
chen quan
0316b6e10e
feat(redis): add ZaddFloat & ZaddFloatCtx ( #2291 )
2 years ago
chen quan
847a396f1c
fix(logx): display garbled characters in windows(DOS, Powershell) ( #2232 )
...
* fix(logx): display garbled characters in windows(DOS, Powershell)
* Update writer.go
2 years ago
Kevin Wan
8ed22eafdd
fix #2240 ( #2263 )
2 years ago
Kevin Wan
05dd6bd743
chore: refactor logx ( #2262 )
2 years ago
Kevin Wan
1568c3be0e
fix: time repr wrapper ( #2255 )
2 years ago
chen quan
4fad067a0e
fix(logx): need to wait for the first caller to complete the execution. ( #2213 )
2 years ago
safeoy
3f3c811e08
fix: fix comment typo ( #2220 )
...
Use an instead of 'a' if the following word starts with a vowel sound, e.g. 'an in-memory cache'.
2 years ago