Skip to content

Commit

Permalink
Add istiod metrics to bug report, and few more debug points (istio#44071
Browse files Browse the repository at this point in the history
)

* add metrics to bug-report, and few more debug points

* add releasenotes
  • Loading branch information
hanxiaop authored Mar 23, 2023
1 parent 8b493c5 commit 08bffbd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
8 changes: 8 additions & 0 deletions releasenotes/notes/44071.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: release-notes/v2
kind: feature
area: istioctl
issue:
- 44062
releaseNotes:
- |
**Added** istiod metrics to `bug-report`, and a few more debug points like `telemetryz`.
22 changes: 13 additions & 9 deletions tools/bug-report/pkg/common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,23 @@ var versionMap = map[string]*resourceNames{
},
istioDebugURLs: []string{
"debug/adsz",
"debug/syncz",
"debug/registryz",
"debug/endpointz",
"debug/instancesz",
"debug/endpointShardz",
"debug/configz",
"debug/cachez",
"debug/resourcesz",
"debug/authorizationz",
"debug/push_status",
"debug/cachez",
"debug/clusterz",
"debug/configz",
"debug/endpointShardz",
"debug/endpointz",
"debug/inject",
"debug/instancesz",
"debug/mcsz",
"debug/mesh",
"debug/networkz",
"debug/push_status",
"debug/registryz",
"debug/resourcesz",
"debug/syncz",
"debug/telemetryz",
"metrics",
},
proxyDebugURLs: []string{
"certs",
Expand Down

0 comments on commit 08bffbd

Please sign in to comment.