knative-extensions / kn-plugin-admin

Kn plugin for managing a Kubernetes based Knative installation.
Apache License 2.0
7 stars 18 forks source link

As a Knative administrator, I want to get trace access url and other info easily #35

Closed chaozbj closed 3 years ago

chaozbj commented 3 years ago

Knative administrator usually need to access metrics for debugging purpose. The kn-admin plugin will start a proxy in background and provide the access url.

$ kn admin obv trace get --endpoint
Local proxy started...
Zipkin Access url: http://localhost:8001/api/v1/namespaces/istio-system/services/zipkin:9411/proxy/zipkin/
Jaeger Access url: http://localhost:8001/api/v1/namespaces/istio-system/services/jaeger-query:16686/proxy/search/
github-actions[bot] commented 3 years ago

This issue is stale because it has been open for 90 days with no activity. It will automatically close after 30 more days of inactivity. Reopen the issue with /reopen. Mark the issue as fresh by adding the comment /remove-lifecycle stale.