Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

[EdgeX Auto-Collector] Collect volumes information about each component #61

Closed
LavenderQAQ opened this issue Nov 13, 2022 · 1 comment · Fixed by #69
Closed

[EdgeX Auto-Collector] Collect volumes information about each component #61

LavenderQAQ opened this issue Nov 13, 2022 · 1 comment · Fixed by #69
Assignees
Labels
enhancement New feature or request

Comments

@LavenderQAQ
Copy link
Member

What would you like to be added:
You need to complete this function in tools/collector/edgex/component.go. All the information you need is already in the volumes parameter, which you need to parse into the Component.

func (c *Component) fillVolumes(volumes []interface{}) error {
	// TODO: Read volumes information
	return nil
}

Why is this needed:
Refer to EdgeX Auto-colllector Proposal

others
/kind feature

@LavenderQAQ
Copy link
Member Author

I'll solve that

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants