Skip to content

Commit

Permalink
Add GetTaskMetrics and GetTaskLogs to agent (#4662)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw authored Jan 9, 2024
1 parent 7b3f405 commit d86f919
Show file tree
Hide file tree
Showing 31 changed files with 13,159 additions and 1,348 deletions.
1 change: 1 addition & 0 deletions flyteidl/clients/go/admin/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"crypto/x509"
"errors"
"fmt"

"github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/artifact"

grpcRetry "github.com/grpc-ecosystem/go-grpc-middleware/retry"
Expand Down
96 changes: 96 additions & 0 deletions flyteidl/clients/go/admin/mocks/AsyncAgentServiceClient.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

82 changes: 82 additions & 0 deletions flyteidl/clients/go/admin/mocks/AsyncAgentServiceServer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d86f919

Please sign in to comment.