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

Define a common algorithm for service.instance.id #312

Merged
merged 31 commits into from
Feb 23, 2024

Commits on Feb 22, 2024

  1. Define a common algorithm for service.instance.id

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    62d2150 View commit details
    Browse the repository at this point in the history
  2. lint

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    fefca87 View commit details
    Browse the repository at this point in the history
  3. add pid to namespace/name for kubernetes

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f18b771 View commit details
    Browse the repository at this point in the history
  4. add service.name to machine-id rule

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    8d88ff5 View commit details
    Browse the repository at this point in the history
  5. use other combinations for uniquely identifying instances

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7133167 View commit details
    Browse the repository at this point in the history
  6. more clarifications

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    76ca26f View commit details
    Browse the repository at this point in the history
  7. determine the UUID's namespace

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    67c41d0 View commit details
    Browse the repository at this point in the history
  8. fix linter

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e7b3256 View commit details
    Browse the repository at this point in the history
  9. final clarifications, rebase

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f050618 View commit details
    Browse the repository at this point in the history
  10. s/infered/inferred

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    43a6424 View commit details
    Browse the repository at this point in the history
  11. address users of app servers

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e3a3a12 View commit details
    Browse the repository at this point in the history
  12. Update with example algorithm in Go

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    4a39b3e View commit details
    Browse the repository at this point in the history
  13. lint

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    9d9d1eb View commit details
    Browse the repository at this point in the history
  14. further linting

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b7339e2 View commit details
    Browse the repository at this point in the history
  15. service ID MUST wording

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f184348 View commit details
    Browse the repository at this point in the history
  16. make namespace optional in some steps of the algorithm

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    401c260 View commit details
    Browse the repository at this point in the history
  17. explicit order of priorities

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    10e9455 View commit details
    Browse the repository at this point in the history
  18. markdownlint

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    bc1ae47 View commit details
    Browse the repository at this point in the history
  19. addressed review comments

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b2d8a0f View commit details
    Browse the repository at this point in the history
  20. addressed most of Josh's comments

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    84a8e4b View commit details
    Browse the repository at this point in the history
  21. regenerate

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    671c45d View commit details
    Browse the repository at this point in the history
  22. tweaks based on the latest revies

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    21fa616 View commit details
    Browse the repository at this point in the history
  23. table-generation

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e990595 View commit details
    Browse the repository at this point in the history
  24. uuidv4 explicit value

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f2bfc7e View commit details
    Browse the repository at this point in the history
  25. add changelog entry

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ad3cb3f View commit details
    Browse the repository at this point in the history
  26. add chglog file

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e3b0b3a View commit details
    Browse the repository at this point in the history
  27. add erlang:node()

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    becd802 View commit details
    Browse the repository at this point in the history
  28. simplified the proposal

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    dd68f40 View commit details
    Browse the repository at this point in the history
  29. rewrote paragraph about collector

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    bcbf475 View commit details
    Browse the repository at this point in the history
  30. further clarified collector and containers

    Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
    jpkrohling committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6b8421c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    0538f40 View commit details
    Browse the repository at this point in the history