-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
armeria: adds access logger integration (#115)
I think this setup isn't necessarily intuitive, so needs consideration if something to do by default or not. ``` zipkin | 2024-02-20 01:23:48:341 [armeria-boss-http-*:9411] INFO Server - Serving HTTP at /0.0.0.0:9411 - http://127.0.0.1:9411/ backend | 01:23:52.939 [main] [] [/] INFO brave.example.HttpTracingFactory - Using zipkin URI: http://zipkin:9411//api/v2/spans backend | 01:23:53.367 [armeria-boss-http-*:9000] [] [/] INFO com.linecorp.armeria.server.Server - Serving HTTP at /0.0.0.0:9000 - http://127.0.0.1:9000/ frontend | 01:23:54.573 [main] [] [/] INFO brave.example.HttpTracingFactory - Using zipkin URI: http://zipkin:9411//api/v2/spans frontend | 01:23:55.042 [armeria-boss-http-*:8081] [] [/] INFO com.linecorp.armeria.server.Server - Serving HTTP at /0.0.0.0:8081 - http://127.0.0.1:8081/ frontend | [84add10fbf6ccd88/84add10fbf6ccd88] 172.29.0.1 - - 20/Feb/2024:01:23:59 +0000 "GET /#Frontend$$Lambda/0x0000000100334120 h1c" 200 28 backend | [84add10fbf6ccd88/0c65e000e3889b86] 172.29.0.4 - - 20/Feb/2024:01:23:59 +0000 "GET /api#Backend$$Lambda/0x0000000100330968 h2c" 200 28 ``` Signed-off-by: Adrian Cole <[email protected]>
- Loading branch information
1 parent
14a408d
commit 9fe8f0d
Showing
4 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters