dpsoft on 1.1.5
dpsoft on v1.1.5
dpsoft on 1.1.5
* Update Hdr * lazy vals in Kam… (compare)
ivantopo on master
clean references to scheduled r… (compare)
correlationId
as context entry. But for some reason it doesn't get propagated in our log files (they are coming as null). I have attached sample gist https://gist.github.com/ndchandar/cdcbbbd73a786f487d066417dd5a1913.correlationId
set correctly in the contextkamon-http4s
equipped with kamon 2.0
https://bintray.com/kamon-io/releases/kamon-http4s
kamon.metric.tick-interval
setting
Kamon.gauge("myname").withoutTags()
void setSystemCpuCoresAmount(final int amountOfLogicalCore) {
getKamonGauge(SYSTEM_CPU_CORE_AMOUNTS_GAUGE).update(amountOfLogicalCore);
}
Gauge getKamonGauge(final String gaugeName) {
return (Gauge) Kamon.gauge(gaugeName);
}
ok solved it that way