Tracing: add jaeger and fix service configs #13

Merged
alexvanin merged 1 commit from dstepanov-yadro/frostfs-dev-env:feat/tracing into master 2023-03-20 10:15:29 +00:00
No description provided.
dstepanov-yadro force-pushed feat/tracing from 22a2fef00f to 3a6519e2f4 2023-03-15 08:30:02 +00:00 Compare
dstepanov-yadro force-pushed feat/tracing from 3a6519e2f4 to 2e3b3e401c 2023-03-17 09:17:22 +00:00 Compare
dstepanov-yadro changed title from WIP: [#XX] dev-env: Tracing to Tracing: add jaeger and fix service configs 2023-03-17 09:22:08 +00:00
dstepanov-yadro requested review from storage-core-committers 2023-03-17 09:22:27 +00:00
dstepanov-yadro requested review from storage-core-developers 2023-03-17 09:22:28 +00:00
acid-ant approved these changes 2023-03-17 09:49:36 +00:00
alexvanin reviewed 2023-03-17 10:18:24 +00:00
@ -21,0 +23,4 @@
tracing:
enabled: true
exporter: otlp_grpc
endpoint: "192.168.130.120:4317"
Owner

I would rather update configs together with image version. Maybe we will change configuration format a bit before merge?

Speaking of config format, just wonder, how configuration is going to look when service dumps trace into the file? Is it new exporter constant?

I would rather update configs together with image version. Maybe we will change configuration format a bit before merge? Speaking of config format, just wonder, how configuration is going to look when service dumps trace into the file? Is it new `exporter` constant?
Author
Member

yes, it will be new exporter

output to standard output is also currently supported. In this case, the config looks like this:

tracing:
  enabled: true
  exporter: "stdout"
yes, it will be new `exporter` output to standard output is also currently supported. In this case, the config looks like this: ``` tracing: enabled: true exporter: "stdout" ```
Author
Member

reverted config file changes

reverted config file changes
dstepanov-yadro force-pushed feat/tracing from 2e3b3e401c to 93435bfb63 2023-03-17 15:39:59 +00:00 Compare
alexvanin approved these changes 2023-03-20 10:15:21 +00:00
alexvanin merged commit 93435bfb63 into master 2023-03-20 10:15:29 +00:00
alexvanin referenced this pull request from a commit 2023-03-20 10:15:29 +00:00
alexvanin deleted branch feat/tracing 2023-03-20 10:15:30 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-core-developers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-dev-env#13
No description provided.