Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement OpenTelemetry integration #1

Merged
merged 41 commits into from
Mar 23, 2022
Merged

Conversation

CoderPoet
Copy link
Member

@CoderPoet CoderPoet commented Mar 8, 2022

Provider

  • Out-of-the-box default opentelemetry provider

Instrumentation

Tracing

  • Support server and client kitex rpc tracing
  • Support automatic transparent peer service by metaInfo

Metrics

  • Support kitex rpc metrics [RED]
  • Support peer service dimension in rpc metrics, which can be used to build topology graph
  • Support go runtime metrics

Logging

  • Extend kitex logger based on logrus
  • Implement tracing auto associated logs

@CoderPoet CoderPoet changed the title Implement Opentelemetry integration Implement OpenTelemetry integration Mar 8, 2022
@GuangmingLuo GuangmingLuo requested review from GuangmingLuo and simon0-o and removed request for GuangmingLuo and simon0-o March 9, 2022 02:30
@simon0-o simon0-o self-assigned this Mar 9, 2022
logging/kitexlogrus/go.mod Outdated Show resolved Hide resolved
logging/kitexlogrus/logger.go Outdated Show resolved Hide resolved
@CLAassistant
Copy link

CLAassistant commented Mar 10, 2022

CLA assistant check
All committers have signed the CLA.

README.md Outdated Show resolved Hide resolved
logging/logrus/logger_test.go Outdated Show resolved Hide resolved
tracing/middleware.go Outdated Show resolved Hide resolved
tracing/options.go Show resolved Hide resolved
tracing/semconv.go Outdated Show resolved Hide resolved
tracing/suite.go Show resolved Hide resolved
tracing/middleware.go Outdated Show resolved Hide resolved
tracing/tracer_server.go Show resolved Hide resolved
@GuangmingLuo GuangmingLuo removed their request for review March 17, 2022 10:52
tracing/utils.go Outdated Show resolved Hide resolved
tracing/middleware.go Outdated Show resolved Hide resolved
@YangruiEmma
Copy link
Contributor

/approve

@YangruiEmma YangruiEmma merged commit 353a6ad into main Mar 23, 2022
@GuangmingLuo GuangmingLuo deleted the feature/opentelemetry branch June 6, 2022 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants