-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: Surfacing heartbeat counts for activities #10020
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
Changes from 13 commits
39db16c
1ad865c
7ebe750
6e16fd3
bfc4781
be1afcf
0d6ab1d
0b0f01a
d60360b
6d132d5
67ef7ac
84e67dc
d0a79b4
d6acf97
71c8f2e
7730033
a07531e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ import ( | |
| taskqueuepb "go.temporal.io/api/taskqueue/v1" | ||
| "go.temporal.io/server/api/historyservice/v1" | ||
| "go.temporal.io/server/chasm" | ||
| "go.temporal.io/server/chasm/lib/activity/gen/activitypb/v1" | ||
| activitypb "go.temporal.io/server/chasm/lib/activity/gen/activitypb/v1" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: alias not needed?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. huh, I didn't know goimports supported that |
||
| "go.temporal.io/server/common/dynamicconfig" | ||
| "go.temporal.io/server/common/namespace" | ||
| serviceerrors "go.temporal.io/server/common/serviceerror" | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.