Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Fix link for metrics endpoints (#4800)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Nov 26, 2020
1 parent cbd6cf5 commit 132ccfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function generateMetricsEndpoint() {
authTypes: [],
renderPriority: 1
},
metadata => `/endpoints/metrics/${metadata.guid}`
entity => `/endpoints/metrics/${entity.endpointId}`
);
return stratosEntityCatalog.metricsEndpoint;
}
Expand Down

0 comments on commit 132ccfd

Please sign in to comment.