File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -389,6 +389,12 @@ then
389
389
echo " webauthn_recover_account_token_lifetime: $WEBAUTHN_RECOVER_ACCOUNT_TOKEN_LIFETIME " >> $CONFIG_FILE
390
390
fi
391
391
392
+ if [ ! -z $OTEL_COLLECTOR_CONNECTION_URI ]
393
+ then
394
+ echo " otel_collector_connection_uri: $OTEL_COLLECTOR_CONNECTION_URI " >> $CONFIG_FILE
395
+ fi
396
+
397
+
392
398
fi
393
399
394
400
# check if no options has been passed to docker run
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 4.0.7]
11
+
12
+ - Adds opentelemetry collector uri env var.
13
+
10
14
## [ 4.0.5] - 2024-03-21
11
15
12
16
- Fixes user id mapping queries
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id ' java-library'
3
3
}
4
4
5
- version = " 4.0.6 "
5
+ version = " 4.0.7 "
6
6
7
7
repositories {
8
8
mavenCentral()
You can’t perform that action at this time.
0 commit comments