diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-09-06 08:32:33 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-09-11 10:29:53 +0200 |
commit | c3c2eec967891108459c45786f8e98a85004e678 (patch) | |
tree | 2d79ce5e08658f05d054367693a905813dd80172 /development/.env | |
parent | 1a23a1bcdf17ba4cf1cafb8e65babd1ad8666e59 (diff) |
Add Micrometer [bff]montreal
- add Micrometer dependencies
- uses Zipkin as trace protocol, typically for port 9411
- requires changing dependency injection of WebClient.Builder [1]
[1] Micrometer is injecting the trace context into the WebClient.Builder bean.
To add the ExchangeFilterFunctions for authentication, errorhandling and logging, the existing bean needs to be modified instead of statically creating a new one
Issue-ID: PORTALNG-57
Change-Id: I13dd18d297cd56fa2dfbb525723c79f4abb41f87
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'development/.env')
-rw-r--r-- | development/.env | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/.env b/development/.env index 2a2a73d..6cf5579 100644 --- a/development/.env +++ b/development/.env @@ -20,6 +20,10 @@ POSTGRES_VERSION=15rc1 MONGO_IMAGE=mongo MONGO_VERSION=latest +# tracing +COLLECTOR_HOST=jaeger +COLLECTOR_PORT=9411 + # preferences PREFERENCES_IMAGE_NAME=preferences PREFERENCES_IMAGE_TAG=latest |