Skip to content

Commit

Permalink
[APM] Every time the new Header Icon is clicked it fetches data (elas…
Browse files Browse the repository at this point in the history
…tic#87093)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
cauemarcondes and kibanamachine committed Jan 4, 2021
1 parent 0c56a88 commit 9f6c3b1
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 9f6c3b1

Please sign in to comment.