mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-19 22:39:09 +08:00
chore: changed name of api monitoring from third party apis to external apis (#7989)
This commit is contained in:
parent
018346ca18
commit
207d7602ab
@ -69,5 +69,5 @@
|
|||||||
"METRICS_EXPLORER": "SigNoz | Metrics Explorer",
|
"METRICS_EXPLORER": "SigNoz | Metrics Explorer",
|
||||||
"METRICS_EXPLORER_EXPLORER": "SigNoz | Metrics Explorer",
|
"METRICS_EXPLORER_EXPLORER": "SigNoz | Metrics Explorer",
|
||||||
"METRICS_EXPLORER_VIEWS": "SigNoz | Metrics Explorer",
|
"METRICS_EXPLORER_VIEWS": "SigNoz | Metrics Explorer",
|
||||||
"API_MONITORING": "SigNoz | Third Party API"
|
"API_MONITORING": "SigNoz | External APIs"
|
||||||
}
|
}
|
||||||
|
@ -47,7 +47,7 @@ function GraphControlsPanel({
|
|||||||
onClick={onViewAPIMonitoringClick}
|
onClick={onViewAPIMonitoringClick}
|
||||||
style={{ color: Color.BG_VANILLA_100 }}
|
style={{ color: Color.BG_VANILLA_100 }}
|
||||||
>
|
>
|
||||||
View Third Party API
|
View External APIs
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
@ -125,7 +125,7 @@ const menuItems: SidebarItem[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: ROUTES.API_MONITORING,
|
key: ROUTES.API_MONITORING,
|
||||||
label: 'Third Party API',
|
label: 'External APIs',
|
||||||
icon: <Binoculars size={16} />,
|
icon: <Binoculars size={16} />,
|
||||||
isNew: true,
|
isNew: true,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user