Skip to content

use process id for identifying pods#58

Merged
pboros merged 1 commit intomainfrom
pboros/fix-pod-naming
Dec 10, 2025
Merged

use process id for identifying pods#58
pboros merged 1 commit intomainfrom
pboros/fix-pod-naming

Conversation

@pboros
Copy link
Copy Markdown
Collaborator

@pboros pboros commented Dec 10, 2025

Currently, processes are named based on instance_id. This changes it to process id.

Example for the difference:

                "locality" : {
                    "instance_id" : "storage-48919",
                    "process_id" : "storage-48919-1",
                },

Is with the fdb operator, the number of storage servers per pod is 1, the suffix is added. If multiple storage servers per pods are running, this captures data for all storage processes.

@pboros pboros merged commit b910354 into main Dec 10, 2025
1 check passed
@pboros pboros deleted the pboros/fix-pod-naming branch December 10, 2025 13:50
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.

2 participants