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

feat: add observability config #342

Merged
merged 3 commits into from
Dec 15, 2022
Merged

feat: add observability config #342

merged 3 commits into from
Dec 15, 2022

Conversation

wenfengwang
Copy link
Contributor

Signed-off-by: wenfeng sxian.wang@gmail.com

What problem does this PR solve?

Issue Number: close N/a

Problem Summary

add observability config

What is changed and how does it work?

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

Signed-off-by: wenfeng <sxian.wang@gmail.com>
@codecov
Copy link

codecov bot commented Dec 15, 2022

Codecov Report

Merging #342 (07b48bc) into main (09f3748) will increase coverage by 0.29%.
The diff coverage is 61.77%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #342      +/-   ##
==========================================
+ Coverage   62.72%   63.01%   +0.29%     
==========================================
  Files         133      144      +11     
  Lines       12128    13103     +975     
==========================================
+ Hits         7607     8257     +650     
- Misses       3977     4263     +286     
- Partials      544      583      +39     
Impacted Files Coverage Δ
internal/controller/eventbus/block/block.go 56.09% <0.00%> (ø)
internal/controller/eventbus/server/instance.go 72.04% <ø> (ø)
internal/controller/eventbus/server/manager.go 66.66% <ø> (ø)
internal/controller/trigger/storage/secret.go 48.48% <ø> (ø)
...nternal/controller/trigger/storage/subscription.go 54.71% <ø> (ø)
...ernal/controller/trigger/storage/trigger_worker.go 63.41% <ø> (ø)
...rnal/primitive/interceptor/errinterceptor/error.go 0.00% <0.00%> (ø)
.../primitive/interceptor/memberinterceptor/member.go 0.00% <0.00%> (ø)
internal/primitive/vanus/id.go 19.84% <0.00%> (-0.49%) ⬇️
internal/raft/log/wal.go 100.00% <ø> (ø)
... and 81 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c5c27d3...07b48bc. Read the comment docs.

Signed-off-by: wenfeng <sxian.wang@gmail.com>
config/controller.yaml.example Show resolved Hide resolved
internal/store/config.go Show resolved Hide resolved
observability/observability.go Outdated Show resolved Hide resolved
observability/tracing/tracing.go Outdated Show resolved Hide resolved
internal/controller/config.go Show resolved Hide resolved
@xdlbdy
Copy link
Contributor

xdlbdy commented Dec 15, 2022

the k8s.yaml need to add observability config

Signed-off-by: wenfeng <sxian.wang@gmail.com>
@wenfengwang
Copy link
Contributor Author

the k8s.yaml need to add observability config

This PR was made for contributors, as for k8s.yml, my idea is we could add it after our observability sub-system is ready

@wenfengwang wenfengwang merged commit 019c9f6 into main Dec 15, 2022
@wenfengwang wenfengwang deleted the update-config branch December 15, 2022 17:44
wenfengwang added a commit that referenced this pull request Mar 23, 2023
* feat: add observability config

Signed-off-by: wenfeng <sxian.wang@gmail.com>

* fix lint

Signed-off-by: wenfeng <sxian.wang@gmail.com>

* fix suggestions

Signed-off-by: wenfeng <sxian.wang@gmail.com>

Signed-off-by: wenfeng <sxian.wang@gmail.com>
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

3 participants