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: open tracing - alpha #579

Merged
merged 3 commits into from
Aug 20, 2023
Merged

feat: open tracing - alpha #579

merged 3 commits into from
Aug 20, 2023

Conversation

venjiang
Copy link
Contributor

@venjiang venjiang commented Aug 16, 2023

Description

Added the OpenTelemetry interface on CLI

Usage

Use Jaeger as the tracer exporter,configure the value of environment a for your Jaeger endpoint:

YOMO_TRACE_JAEGER_ENDPOINT=http://localhost:14268/api/traces

Run SFN

yomo run sfn.wasm

Traces View

In the browser open jaeger UI (http://localhost:16686/search), select services, click the list items to view the SFN trace, more content, please view the example: 9-cli

jaeger_ui_service jaeger_ui_view

@vercel
Copy link

vercel bot commented Aug 16, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
yomo ⬜️ Ignored (Inspect) Visit Preview Aug 20, 2023 5:45am

@codecov
Copy link

codecov bot commented Aug 16, 2023

Codecov Report

Merging #579 (a660504) into master (11eadda) will decrease coverage by 0.21%.
The diff coverage is 31.74%.

@@            Coverage Diff             @@
##           master     #579      +/-   ##
==========================================
- Coverage   63.73%   63.53%   -0.21%     
==========================================
  Files          39       39              
  Lines        2915     2959      +44     
==========================================
+ Hits         1858     1880      +22     
- Misses        925      949      +24     
+ Partials      132      130       -2     
Files Changed Coverage Δ
sfn.go 16.76% <0.00%> (-1.95%) ⬇️
core/server.go 66.48% <33.33%> (-0.65%) ⬇️
source.go 61.11% <75.00%> (+3.36%) ⬆️
core/metadata.go 92.68% <80.00%> (-7.32%) ⬇️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@venjiang venjiang marked this pull request as ready for review August 18, 2023 08:45
@venjiang venjiang requested a review from woorui as a code owner August 18, 2023 08:45
@woorui woorui merged commit 1290ed6 into master Aug 20, 2023
@woorui woorui deleted the feat/cli-trace branch August 20, 2023 05:46
@fanweixiao fanweixiao changed the title feat: cli trace feat: open tracing - alpha Aug 28, 2023
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.

2 participants