-
Updated
Jun 9, 2021 - Go
service-mesh
Here are 351 public repositories matching this topic...
Please answer these questions before submitting your issue.
- Why do you submit this issue?
- Question or discussion
Question
I'm able to send traces via TLS but when I try to send logs, I get the following exception:
ERROR 2021-05-30 22:21:59:387 grpc-default-executor-1 GRPCLogReportServiceClient : Try to send 1 log data to collector, with unexpected exception.
org.a
-
Updated
May 23, 2021 - Shell
The proxy-metrics diagnostics include potentially private information (service names, pod names, etc).
It would be helpful if this command could support an --obfuscate flag that mangles metric label values like
authoritydst_servicedst_namespacetarget_addrserver_idclient_id
Each of these values should be hashed so that values can be correlated but shou
-
Updated
Jun 1, 2021 - Scala
-
Updated
Apr 17, 2021 - Makefile
-
Updated
Jun 1, 2021 - Java
-
Updated
Jun 2, 2021 - Python
-
Updated
Jun 9, 2021 - Go
-
Updated
Jun 9, 2021 - Go
Align tooltip style
Kiali uses tooltip in multiple locations, in some cases style difers even for the same concepts.
I noticed some changes on this kiali/kiali-ui#1884 but it would require some global issue to review all tooltips and check that they look like similar (at least for the same concept).
Please describe the Improvement and/or Feature Request
Many CLI commands are using the Golang native flags library, and temporary variables are declared globally in packages. This is difficult for doing unit test, as we need to store and restore global variable values in the process.
Cobra is a better choice for creating commands
-
Updated
Jul 26, 2020 - Go
-
Updated
Jun 8, 2021 - C#
-
Updated
Feb 4, 2021 - Makefile
-
Updated
May 28, 2021 - Go
-
Updated
Feb 26, 2020 - Go
-
Updated
Jun 9, 2021 - Rust
We should improve our cluster name validation at cluster registration time. Currently, providing a non-k8s-compliant name will result in the installation of all agent charts but will fail when provisioning the remote service account.
❯ meshctl cluster register --cluster-name cluster1ASD--
INFO[0005] finished installing chart as release: agent-crds
INFO[0008] finished installing char-
Updated
Jun 1, 2021 - C#
Current Behavior
We are having two files with the same name Filters and filters in the UI which may cause confusion.
Desired Behavior
Change the file name of Filters to MesheryFilters so they can be distinguished easily.
Implementation
Change the file name of Filters to MesheryFilters
-
Updated
Jun 7, 2021 - Vue
Create an example walkthrough that focuses on TCP based routing with TLS support.
-
Updated
May 31, 2018 - Rust
-
Updated
Feb 5, 2021 - Makefile
Improve this page
Add a description, image, and links to the service-mesh topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the service-mesh topic, visit your repo's landing page and select "manage topics."


Issue Description
Type: feature request
Describe what happened (or what feature you want)
Describe what you expected to happen
When Dubbo is registered, it is registered according to the interface. If you want to logoff all interfaces provided by a service. It's too painful to search for only one interface, then enter the details, and then go offline. If you can provide a qu