[#356] Added pprof endpoint and working dir to service attributes #356
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-testlib#356
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "anurindm/frostfs-testlib:working-dir-and-pprof"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Dmitry Anurin danurin@yadro.com
[#354] Added pprof endpoint and working dir to service attributesto [#356] Added pprof endpoint and working dir to service attributes@ -147,0 +152,4 @@
Returns working directory path located on remote host
"""
config_attributes = self.host.get_service_config(self.name)
return self._get_attribute(ConfigAttributes.WORKING_DIR) if ConfigAttributes.WORKING_DIR in config_attributes.attributes else None
else None
cannot be returned with-> str:
hint :)Fixed, thanks
@ -15,6 +16,7 @@ class ConfigAttributes:
ENDPOINT_DATA_0_NS = "endpoint_data0_namespace"
ENDPOINT_INTERNAL = "endpoint_internal0"
ENDPOINT_PROMETHEUS = "endpoint_prometheus"
ENDPOINT_PPROF = "endpoint_pprof"
does frostfs services has pprof endpoints ?
Yes, all of them
f5a5330191
to87afc4b58c