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

Docs/1.1.2 changelog #1060

Merged
merged 5 commits into from
Aug 8, 2022
Merged

Docs/1.1.2 changelog #1060

merged 5 commits into from
Aug 8, 2022

Conversation

abetones
Copy link
Contributor

@abetones abetones commented Aug 5, 2022

Besides the Changelog, there's one new sentence about scope service in the use cases page.

This was linked to issues Aug 5, 2022
@abetones
Copy link
Contributor Author

abetones commented Aug 5, 2022

@jrcheli @michalbiesek

I've done the best I could with your feedback. Will revise Monday if we need to. Thanks again!


- [#1025](https://github.com/criblio/appscope/issues/1025) The process start message (the [start.msg](schema-reference#eventstartmsg) event) now includes a total of four identifiers. By itself, the new **UUID** process ID is unique for a given machine. In principle, **UUID** together with the new **Machine ID** constitutes a tuple ID that is unique across all machine namespaces. Here's a summary of the IDs available in AppScope 1.1.2:
- **UUID** (new in AppScope 1.1.2), with key `uuid` and a value in [canonical UUID form](https://en.wikipedia.org/wiki/Universally_unique_identifier). UUID is a universally-unique process identifier, meaning that no two processes will ever have the same UUID value on the same machine.
- **Machine ID** (new in AppScope 1.1.2), with key `machine_id` and a value that AppScope obtains from `/etc/machine-id`. The machine ID uniquely identifies the host, as described in the [man page](https://man7.org/linux/man-pages/man5/machine-id.5.html). When `/etc/machine-id` is not available (e.g., in Alpine, or in a container), AppScope generates the machine ID using a repeatable MD5 hash of the host's first MAC address. Two containers on the same host can have the same machine ID.
Copy link
Contributor

@michalbiesek michalbiesek Aug 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small nit: redundant space here:

from `/etc/machine-id`.  The machine ID uniquely identifies the host

It can looks like:

from `/etc/machine-id`. The machine ID uniquely identifies the host

@abetones Besides the above, Pull Request looks good to me.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching that, @michalbiesek !

@jrcheli
Copy link
Contributor

jrcheli commented Aug 8, 2022

Looks great to me! Thanks @abetones! Merging!

@jrcheli jrcheli merged commit 3b37724 into master Aug 8, 2022
@jrcheli jrcheli deleted the docs/1.1.2-changelog branch August 8, 2022 16:10
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

Successfully merging this pull request may close these issues.

1.1.2 Docs updates 1.1.2 Changelog
3 participants