Hi all!
My company is currently experimenting with Pekko 1.0.0 (fork of Akka). We collect our logs via Microsoft's Application Insights. Java logging agent from Application Insights provides an Akka instrumentation as an option:
"instrumentation": {
"akka": {
"enabled": true
},
but not Pekko at the moment.
As a result, when Pekko is used, no logs are being published to AI.
Could a new instrumentation be added to configurations like:
public DisabledByDefaultInstrumentation pekko = new DisabledByDefaultInstrumentation();
?
Best,
Anastasiia Zu
Hi all!
My company is currently experimenting with Pekko 1.0.0 (fork of Akka). We collect our logs via Microsoft's Application Insights. Java logging agent from Application Insights provides an Akka instrumentation as an option:
but not Pekko at the moment.
As a result, when Pekko is used, no logs are being published to AI.
Could a new instrumentation be added to configurations like:
public DisabledByDefaultInstrumentation pekko = new DisabledByDefaultInstrumentation();?
Best,
Anastasiia Zu