-
Updated
Apr 12, 2021 - Java
gateway
Here are 1,302 public repositories matching this topic...
-
Updated
Nov 23, 2021 - Java
-
Updated
Nov 26, 2021 - Go
-
Updated
Oct 27, 2021 - Go
Is your feature request related to a problem? Please describe.
As observed during #261, users can accidentally set timeouts inconsistently. A concrete example is that one can set a User facing timeout lower than any backend timeout, such that requests may fail early.
Describe the solution you'd like
We should provide some sanity checking to prevent unintended timeout behavior.
-
Updated
Sep 28, 2021 - Go
-
Updated
Nov 10, 2021 - C++
-
Updated
Nov 2, 2021 - Java
-
Updated
Nov 26, 2021 - Java
Hi,
just wanted to update the graphql package to version 16 but fastify/mercurius doesn't seem to like it.
`No overload matches this call.
Overload 1 of 3, '(plugin: FastifyPluginCallback<MercuriusOptions, Server>, opts?: FastifyRegisterOptions<Mer
-
Updated
Nov 5, 2019 - JavaScript
-
Updated
Jul 3, 2021 - JavaScript
-
Updated
Nov 26, 2021 - Python
-
Updated
Nov 14, 2021 - Go
-
Updated
Sep 20, 2021 - PHP
Can you make interface for simple using? Maybe connected clients listing, manage instances, edit interfaces which be WAN and LAN on startup.
-
Updated
Nov 27, 2021 - Java
-
Updated
Nov 18, 2021 - Java
-
Updated
Jul 12, 2021 - Go
Is there a plan to build kernelspec with pytorch support? If not, what's the right way to contribute?
The contribution instruction page seems to be not available: https://jupyter.readthedocs.io/en/latest/contributor/content-contributor.html
-
Updated
Aug 13, 2021 - Java
-
Updated
Oct 20, 2021 - Elixir
-
Updated
Nov 26, 2021 - Java
-
Updated
Nov 26, 2021 - TypeScript
-
Updated
Nov 26, 2021 - Go
Improve this page
Add a description, image, and links to the gateway topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gateway topic, visit your repo's landing page and select "manage topics."

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