Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
baurine committed Dec 20, 2021
1 parent 07e8457 commit 3b03fdb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pkg/utils/topology/monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func FetchNgMonitoringTopology(ctx context.Context, etcdClient *clientv3.Client)
continue
}
// RemainingKey looks like `ip:port/info` or `ip:port/ttl`.
// Currently it only has `ip:port/ttl`.
remainingKey := key[len(ngMonitoringKeyPrefix):]
keyParts := strings.Split(remainingKey, "/")
if len(keyParts) != 2 {
Expand Down
1 change: 1 addition & 0 deletions ui/lib/apps/ContinuousProfiling/pages/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export default function Page() {
minWidth: 100,
maxWidth: 150,
onRender: (rec) => {
// The following state will be refactored later by ngm
if (rec.state === 'failed') {
// all failed
return (
Expand Down

0 comments on commit 3b03fdb

Please sign in to comment.