You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add BullMQ support through the `@appsignal/opentelemetry-instrumentation-bullmq` instrumentation. AppSignal will automatically instrument the use of BullMQ in your application.
8
+
9
+
Calls to functions that enqueue jobs, such as `Queue.add` and others, will be instrumented as an event in the event timeline for the performance sample in which it takes place.
10
+
11
+
When a BullMQ `Worker` processes a job, this will result in a performance sample in the `background` namespace.
Add basic OpenTelemetry messaging support. This adds support for any OpenTelemetry instrumentation that complies with the OpenTelemetry Semantic Conventions specification for messaging.
Rename the `hostname` tag, which contains the host of the URI that an HTTP request was made against, to `request_host`.
10
+
11
+
This fixes an issue where the `hostname` tag would later be internally overriden to the hostname of the machine processing the request, but notifications would still be emitted containing the previous `hostname` value.
0 commit comments