Skip to content

Auto-instrumentation support for Pekko 1.0.0 in Java agent #3512

@AnastasiiaZu

Description

@AnastasiiaZu

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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions