@@ -95,20 +95,20 @@ Running GatewayD will produce the following log output, which means that Gateway
95
95
5 . exposing an HTTP and a gRPC API on ports ` 18080 ` and ` 19090 ` .
96
96
97
97
``` bash
98
- 2023-11-15T22:50:29+01:00 INF configuring client automatic mTLS plugin=gatewayd-plugin-cache
99
- 2023-11-15T22:50:29+01:00 INF Starting metrics server via HTTP over Unix domain socket endpoint=/metrics plugin=gatewayd-plugin-cache timestamp=2023-11-15T22:50:29.589+0100 unixDomainSocket=/tmp/gatewayd-plugin-cache.sock
100
- 2023-11-15T22:50:29+01:00 INF configuring server automatic mTLS plugin=gatewayd-plugin-cache timestamp=2023-11-15T22:50:29.596+0100
101
- 2023-11-15T22:50:29+01:00 INF Registering plugin hooks name=gatewayd-plugin-cache
102
- 2023-11-15T22:50:29+01:00 INF Plugin is ready name=gatewayd-plugin-cache
103
- 2023-11-15T22:50:29+01:00 INF Started the metrics merger scheduler metricsMergerPeriod=5s startDelay=2023-11-15T22:50:34+01:00
104
- 2023-11-15T22:50:29+01:00 INF Starting plugin health check scheduler healthCheckPeriod=5s
105
- 2023-11-15T22:50:29+01:00 INF Metrics are exposed address=http://localhost:9090/metrics readHeaderTimeout=10s timeout=10s
106
- 2023-11-15T22:50:29+01:00 INF There are clients available in the pool count=10 name=default
107
- 2023-11-15T22:50:29+01:00 INF Started the client health check scheduler healthCheckPeriod=1m0s startDelay=2023-11-15T22:51:29+01:00
108
- 2023-11-15T22:50:29+01:00 INF GatewayD is listening address=0.0.0.0:15432
109
- 2023-11-15T22:50:29+01:00 INF Started the HTTP API address=localhost:18080
110
- 2023-11-15T22:50:29+01:00 INF Started the gRPC API address=localhost:19090 network=tcp
111
- 2023-11-15T22:50:29+01:00 INF GatewayD is running pid=32371
98
+ 2023-12-26T16:22:02+03:30 INF configuring client automatic mTLS group=default plugin=gatewayd-plugin-cache
99
+ 2023-12-26T16:22:03+03:30 INF Starting metrics server via HTTP over Unix domain socket endpoint=/metrics group=default plugin=gatewayd-plugin-cache timestamp=2023-12-26T16:22:03.083+0330 unixDomainSocket=/tmp/gatewayd-plugin-cache.sock
100
+ 2023-12-26T16:22:03+03:30 INF configuring server automatic mTLS group=default plugin=gatewayd-plugin-cache timestamp=2023-12-26T16:22:03.084+0330
101
+ 2023-12-26T16:22:03+03:30 INF Registering plugin hooks group=default name=gatewayd-plugin-cache
102
+ 2023-12-26T16:22:03+03:30 INF Plugin is ready group=default name=gatewayd-plugin-cache
103
+ 2023-12-26T16:22:03+03:30 INF Started the metrics merger scheduler group=default metricsMergerPeriod=5s startDelay=2023-12-26T16:22:08+03:30
104
+ 2023-12-26T16:22:03+03:30 INF Starting plugin health check scheduler group=default healthCheckPeriod=5s
105
+ 2023-12-26T16:22:03+03:30 INF Metrics are exposed address=http://localhost:9090/metrics group=default readHeaderTimeout=10s timeout=10s
106
+ 2023-12-26T16:22:03+03:30 INF There are clients available in the pool count=10 group=default name=default
107
+ 2023-12-26T16:22:03+03:30 INF Started the client health check scheduler group=default healthCheckPeriod=1m0s startDelay=2023-12-26T16:23:03+03:30
108
+ 2023-12-26T16:22:03+03:30 INF GatewayD is listening address=0.0.0.0:15432 group=default
109
+ 2023-12-26T16:22:03+03:30 INF Started the HTTP API address=localhost:18080 group=default
110
+ 2023-12-26T16:22:03+03:30 INF Started the gRPC API address=localhost:19090 group=default network=tcp
111
+ 2023-12-26T16:22:03+03:30 INF GatewayD is running group=default pid=71426
112
112
```
113
113
114
114
{: .note }
0 commit comments