Skip to content
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

[feature request] Add unique ID to offline collections to identify client #3393

Open
certrik opened this issue Apr 5, 2024 · 0 comments
Open

Comments

@certrik
Copy link

certrik commented Apr 5, 2024

At the moment you have to add a hostname to clients manually when importing offline collections. Furthermore the ClientID does not stay the same if adding offline collections for the same host afterwards. This doesn't allow importing multiple offline collections from the same host afterwards.
The hostname and a unique ID can be derived from the Generic.Client.Info artifact and can be used to generate the same ClientID in velo to also be able to stack offline collections for the same host.

Request: Add Generic.Client.Info as a default artifact (opt-out) to offline collectors and derive the hostname and ClientID from this artifact so that if Server.Utils.ImportCollection is used the hostname is populated automatically and the ClientID is derived from HostID (which is unique per host).

This will allow a consistent experience in regard to collected artifacts when using the offline collector.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant