Skip to content

Commit

Permalink
Fix link for metrics endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Nov 25, 2020
1 parent 16efc6a commit e6db55b
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 e6db55b

Please sign in to comment.