Peter Liu
Peter Liu
### There's two main changes - Update golangci-lint version to semver manner in `go.mod` . because dependabot is not able to update non-semver dependency. - Manual upgrade `golangci-lint` version to...
### Description This is an error in unittest `TestExporterShutdown/testClientStopHonorsTimeout` A few days ago, I open a pr https://github.com/open-telemetry/opentelemetry-go/pull/2987 , try fix golangci-lint not working correctly. But the pr checks occur...
新增文件夹 community/opentelemetryGoInstrumentation 存放go的Instrumentation的文档 原文地址:https://opentelemetry.io/docs/instrumentation/go/ - [ ] index.md https://github.com/open-telemetry/docs-cn/pull/117 - [ ] getting-started.md https://github.com/open-telemetry/docs-cn/pull/114 - [ ] libraries.md https://github.com/open-telemetry/docs-cn/pull/116 - [ ] manual.md https://github.com/open-telemetry/docs-cn/pull/115 - [ ] exporting_data.md https://github.com/open-telemetry/docs-cn/pull/113
community/opentelemtryCollector/ → community/opentelemetryCollector/
rate和irate 这里少了时间区间的说明,不是很容易理解。 英文说明https://prometheus.io/docs/prometheus/latest/querying/functions/#rate。 都有时间的说明。 ``` ... rate() rate(v range-vector) calculates the per-second average rate of increase of the time series in the range vector. ... irate() irate(v range-vector) calculates the...
### What am i trying to do First , I run a jaeger instance with config in the lastest [jaeger getting started doc](https://www.jaegertracing.io/docs/1.37/getting-started/) , as follows: ``` sh docker run...
Signed-off-by: Peter Liu Resolve https://github.com/open-telemetry/opentelemetry.io/issues/1567