Skip to content

Commit

Permalink
Merge pull request #2140 from bosch-io/fix/kamon-conf
Browse files Browse the repository at this point in the history
fix kamon.conf to be loaded in config
  • Loading branch information
alstanchev authored Mar 5, 2025
2 parents 8d7f126 + 87bc658 commit 94a364c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions connectivity/service/src/main/resources/connectivity.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1361,5 +1361,6 @@ blocked-namespaces-dispatcher {
throughput = 5
}

include "kamon.conf"
include "connectivity-extension.conf"
include file("/opt/ditto/connectivity-extension.conf")
1 change: 1 addition & 0 deletions gateway/service/src/main/resources/gateway.conf
Original file line number Diff line number Diff line change
Expand Up @@ -624,5 +624,6 @@ signal-enrichment-cache-dispatcher {
executor = "org.eclipse.ditto.internal.utils.metrics.service.executor.InstrumentedThreadPoolExecutorServiceConfigurator"
}

include "kamon.conf"
include "gateway-extension.conf"
include file("/opt/ditto/gateway-extension.conf")
5 changes: 5 additions & 0 deletions internal/utils/config/src/main/resources/ditto-kamon.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ kamon {
0.5,
0.75,
1,
1.25,
1.5,
1.75,
2.0,
2.5,
3,
5,
7.5,
10,
Expand Down
1 change: 1 addition & 0 deletions policies/service/src/main/resources/policies.conf
Original file line number Diff line number Diff line change
Expand Up @@ -399,5 +399,6 @@ pekko.contrib.persistence.mongodb.mongo {
}
}

include "kamon.conf"
include "policies-extension.conf"
include file("/opt/ditto/policies-extension.conf")
1 change: 1 addition & 0 deletions things/service/src/main/resources/things.conf
Original file line number Diff line number Diff line change
Expand Up @@ -624,5 +624,6 @@ pekko.contrib.persistence.mongodb.mongo {
}
}

include "kamon.conf"
include "things-extension.conf"
include file("/opt/ditto/things-extension.conf")
1 change: 1 addition & 0 deletions thingsearch/service/src/main/resources/search.conf
Original file line number Diff line number Diff line change
Expand Up @@ -409,5 +409,6 @@ thing-cache-dispatcher {
executor = "org.eclipse.ditto.internal.utils.metrics.service.executor.InstrumentedThreadPoolExecutorServiceConfigurator"
}

include "kamon.conf"
include "search-extension.conf"
include file("/opt/ditto/search-extension.conf")

0 comments on commit 94a364c

Please sign in to comment.