-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add livebook guide example #165
Conversation
d728697
to
2cf3181
Compare
2cf3181
to
23b8ada
Compare
57620b4
to
b565018
Compare
23b8ada
to
8bedab7
Compare
b834956
to
c494c65
Compare
8bedab7
to
e71cca1
Compare
e71cca1
to
c9433ea
Compare
c9433ea
to
64a308b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #165 +/- ##
=======================================
Coverage 33.23% 33.23%
=======================================
Files 23 23
Lines 975 975
=======================================
Hits 324 324
Misses 651 651 ☔ View full report in Codecov by Sentry. |
guides/amoc_livebook.livemd
Outdated
{:jiffy, "~> 1.1"}, | ||
{:gen_state_machine, "~> 2.0"}, | ||
{:uuid, "~> 1.1"}, | ||
{:amoc, git: "https://github.com/esl/amoc.git", branch: "master"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comma is missing in the end of the line:
** (SyntaxError) #cell:setup:7:3: syntax error before: '{'
|
7 | {:kino, "~> 0.11.3"},
| ^
|
||
## The Instrumentation | ||
|
||
### Collect metrics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Telemetry event names are incorrect now, so metrics collection demo doesn't work at all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this PR requires rework.
64a308b
to
7c3fc13
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as for me it's a bit too complex example, but looks good
To be merged after #162, as this guide uses some metrics defined there.
Once all is merged before this, the final 3.0.0 should be released an the hex install for amoc should be updated.