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

@LavenderQAQ LavenderQAQ moved this from Todo to In Progress in IoT-v0.3 Nov 16, 2022
Repository owner moved this from In Progress to Done in IoT-v0.3 Nov 19, 2022
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants