Skip to content

Commit

Permalink
caching metadata details api call
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Dec 31, 2020
1 parent aecee92 commit 1aeb080
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export function ServiceIcons({ serviceName }: Props) {
(callApmApi) => {
if (selectedIconPopover && serviceName && start && end) {
return callApmApi({
isCachable: true,
endpoint: 'GET /api/apm/services/{serviceName}/metadata/details',
params: {
path: { serviceName },
Expand Down

0 comments on commit 1aeb080

Please sign in to comment.