Skip to content

Commit

Permalink
[GEN-1770]: changed text for service.name tooltip (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenElferink authored Nov 25, 2024
1 parent bfbae2f commit 077617c
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,7 @@ const SourceDrawer: React.FC = () => {
return (
<OverviewDrawer
title={(item as K8sActualSource).reportedName || (item as K8sActualSource).name}
titleTooltip={
!(item as K8sActualSource).reportedName
? 'This is the default service name that runs in your cluster. You can override this name.'
: 'This overrides the default service name that runs in your cluster.'
}
titleTooltip='This attribute is used to identify the name of the service (service.name) that is generating telemetry data.'
imageUri={getMainContainerLanguageLogo(item as K8sActualSource)}
isEdit={isEditing}
isFormDirty={isFormDirty}
Expand Down

0 comments on commit 077617c

Please sign in to comment.