-
Updated
Nov 19, 2021 - JavaScript
gRPC
gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services.
Here are 4,327 public repositories matching this topic...
-
Updated
Nov 20, 2021 - C++
-
Updated
Nov 19, 2021 - Go
-
Updated
Nov 20, 2021 - Go
-
Updated
Nov 20, 2021 - Python
-
Updated
Nov 19, 2021 - Go
When using type google.protobuf.Timestamp, BloomRPC maps this to an object, e.g.:
"create_time": {
"seconds": "1562723637",
"nanos": 928852400
}However, the Google API Design Guide specifies that the string representation should be RFC 3339 format, e.g. "2014-07-30T10:43:17Z"
This JSON mapp
Add Error Boundaries
On contexts with many APIs and APIs calling other APIs in chains, having too many spans in the zipkin/jaeger dashboards may lead to a too complex usage of such dashboards and of not necessary big data volumes.
For Tyk's admin team, the steps representing the time spent in each Tyk middleware are much valuable.
But the upstream APIs teams just want to know the global time spent in Tyk interna
-
Updated
Nov 2, 2021 - Go
-
Updated
Nov 7, 2021 - Go
-
Updated
Nov 2, 2021 - Go
-
Updated
Nov 5, 2021
-
Updated
Nov 17, 2021 - Go
-
Updated
Nov 19, 2021 - Go
-
Updated
Nov 4, 2021 - TypeScript
-
Updated
Jun 23, 2021 - Java
As we all know golang has give us the feature that convert proto to json with https://github.com/golang/protobuf/blob/master/jsonpb/encode.go ,and with encode.go ,we can define diffrent style like casesensitive , emit empty , json indent and so on , we can see [Customizing Protobuf JSON Serialization in Go](https://seb-nyberg.medi
The current exporter doesn't support OpenMetrics format. It's fairly simple and most of this is actually handled directly by the prometheus library itself via the TextFormat class. See: https://github.com/AngerM/ag_server/blob/main/base/src/main/kotlin/dev/angerm/ag_server/http/PrometheusHandler.kt
Which I based off of https://github.com/prometheus/client_java/blob/master/simpleclient_httpserver
Is your feature request related to a problem? Please describe.
When having installed Istio and Gloo Edge, both offers a CRD with name VirtualService and shortname vs.
It is annoying to use the full name to read the resource.
Describe the solution you'd like
Add another shortname to the resource to avoid the colision. i.e. gvs
-
Updated
Nov 19, 2021 - Go
-
Updated
Jun 7, 2021 - C#
-
Updated
Nov 14, 2021 - Go
-
Updated
Nov 19, 2021 - Go

This package still relies on the (long) abandoned
ghodss/yamlpackage. The kubernetes maintainers have created a maintained fork of that package (sigs.k8s.io/yaml).Switching to a maintained/supported package would make bug fixes and dependency updates available to this package, and its consu