Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue 2866 #3984

Merged
merged 18 commits into from
Oct 14, 2020
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
9585d55
improvement: merge upstream/develop
chuntaojun Jun 17, 2020
29df82f
refactor: merge upstream develop
chuntaojun Jun 18, 2020
78167ab
Merge branch 'develop' of https://github.com/alibaba/nacos into new_d…
chuntaojun Jun 19, 2020
7915e4f
Merge branch 'develop' of https://github.com/alibaba/nacos into new_d…
chuntaojun Jun 19, 2020
9e7cf30
Merge branch 'develop' of https://github.com/alibaba/nacos into new_d…
chuntaojun Jun 24, 2020
3d8b55c
Merge branch 'develop' of https://github.com/alibaba/nacos into new_d…
chuntaojun Jun 24, 2020
a07f84e
feat: merge upstream develop
chuntaojun Jun 24, 2020
f181102
Merge branch 'develop' of https://github.com/alibaba/nacos into new_d…
chuntaojun Jun 29, 2020
abee9c4
Merge branch 'develop' of https://github.com/alibaba/nacos into new_d…
chuntaojun Jul 16, 2020
4dbd796
Merge branch 'develop' of https://github.com/alibaba/nacos into new_d…
chuntaojun Jul 17, 2020
7455f51
Merge branch 'develop' of https://github.com/alibaba/nacos into new_d…
chuntaojun Jul 19, 2020
63ac93b
Merge branch 'develop' of https://github.com/alibaba/nacos into new_d…
chuntaojun Aug 21, 2020
b39970a
Merge branch 'develop' of https://github.com/alibaba/nacos into new_d…
chuntaojun Sep 11, 2020
9aaea7f
Merge branch 'develop' of https://github.com/alibaba/nacos into new_d…
chuntaojun Sep 17, 2020
0ee59bb
Merge branch 'develop' of https://github.com/alibaba/nacos into new_d…
chuntaojun Oct 6, 2020
756a0cc
Merge branch 'develop' of https://github.com/alibaba/nacos into new_d…
chuntaojun Oct 13, 2020
2f93d35
Merge branch 'new_develop' of https://github.com/chuntaojun/nacos int…
chuntaojun Oct 13, 2020
42064e0
fix: fix issue 2892
chuntaojun Oct 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ public String updateSwitch(@RequestParam(required = false) boolean debug, @Reque
* @param request request
* @return metrics information
*/
@Secured(resource = "naming/metrics", action = ActionTypes.READ)
@GetMapping("/metrics")
public ObjectNode metrics(HttpServletRequest request) {

Expand Down