Skip to content

Commit 388cade

Browse files
tombruijnunflxw
authored andcommitted
Bump agent to version 0.35.12
The agent update and changesets are updated automatically. [skip review]
1 parent f504adc commit 388cade

File tree

4 files changed

+46
-14
lines changed

4 files changed

+46
-14
lines changed

.changesets/add-bullmq-support.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
bump: patch
3+
type: add
4+
integrations: nodejs
5+
---
6+
7+
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.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
bump: patch
3+
type: add
4+
integrations:
5+
- nodejs
6+
- python
7+
---
8+
9+
Add basic OpenTelemetry messaging support. This adds support for any OpenTelemetry instrumentation that complies with the OpenTelemetry Semantic Conventions specification for messaging.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
bump: patch
3+
type: change
4+
integrations:
5+
- nodejs
6+
- python
7+
---
8+
9+
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.
12+

scripts/extension/support/constants.js

+14-14
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// appsignal-agent repository.
44
// Modifications to this file will be overwritten with the next agent release.
55

6-
const AGENT_VERSION = "0.35.10"
6+
const AGENT_VERSION = "0.35.12"
77
const MIRRORS = [
88
"https://appsignal-agent-releases.global.ssl.fastly.net",
99
"https://d135dj0rjqvssy.cloudfront.net"
@@ -12,67 +12,67 @@ const MIRRORS = [
1212
const TRIPLES = {
1313
"x86_64-darwin": {
1414
checksum:
15-
"8bdf6b162e03c5f63bc06f2d49ae789bb14e111636524ed78262bd543587a971",
15+
"61210c40be70e0616a356d06040961b096e2d47332021a52f3779912a9fe0e4c",
1616
filename: "appsignal-x86_64-darwin-all-static.tar.gz"
1717
},
1818
"universal-darwin": {
1919
checksum:
20-
"8bdf6b162e03c5f63bc06f2d49ae789bb14e111636524ed78262bd543587a971",
20+
"61210c40be70e0616a356d06040961b096e2d47332021a52f3779912a9fe0e4c",
2121
filename: "appsignal-x86_64-darwin-all-static.tar.gz"
2222
},
2323
"aarch64-darwin": {
2424
checksum:
25-
"c6453bb54a68cdb0b42864747b328e60a14b5b99921f11757de03db42041bed2",
25+
"9b97c42561450f9af9ae63816d32b8db69be6f2745226f63d6eada4369c68a20",
2626
filename: "appsignal-aarch64-darwin-all-static.tar.gz"
2727
},
2828
"arm64-darwin": {
2929
checksum:
30-
"c6453bb54a68cdb0b42864747b328e60a14b5b99921f11757de03db42041bed2",
30+
"9b97c42561450f9af9ae63816d32b8db69be6f2745226f63d6eada4369c68a20",
3131
filename: "appsignal-aarch64-darwin-all-static.tar.gz"
3232
},
3333
"arm-darwin": {
3434
checksum:
35-
"c6453bb54a68cdb0b42864747b328e60a14b5b99921f11757de03db42041bed2",
35+
"9b97c42561450f9af9ae63816d32b8db69be6f2745226f63d6eada4369c68a20",
3636
filename: "appsignal-aarch64-darwin-all-static.tar.gz"
3737
},
3838
"aarch64-linux": {
3939
checksum:
40-
"4e90ec4bce1e632316a26fdaf03ccd8773bf7a9615eb7a1739c8c53f3fa5221a",
40+
"358db07cfa85d6bd048bd2bb05fc9607d4fe0d4396fd023d658e945e4a675fba",
4141
filename: "appsignal-aarch64-linux-all-static.tar.gz"
4242
},
4343
"i686-linux": {
4444
checksum:
45-
"f5bcb9f732cb5af53a5de2f2c916156bdd6677c0e563ddafd23f09576440dfdc",
45+
"315bf1fc5d9c97b6f26e61f5e39919e0ba425b1d96ea6243cdb2f650487c407e",
4646
filename: "appsignal-i686-linux-all-static.tar.gz"
4747
},
4848
"x86-linux": {
4949
checksum:
50-
"f5bcb9f732cb5af53a5de2f2c916156bdd6677c0e563ddafd23f09576440dfdc",
50+
"315bf1fc5d9c97b6f26e61f5e39919e0ba425b1d96ea6243cdb2f650487c407e",
5151
filename: "appsignal-i686-linux-all-static.tar.gz"
5252
},
5353
"x86_64-linux": {
5454
checksum:
55-
"6faa14f508f7c27b65d912eedb31f7808e1e2fb1dcaa077db2426c321e1f5c65",
55+
"3fe42df2a52706c23f967b8421ac816fa37a38998bd24b1d6aafd59a324b23ff",
5656
filename: "appsignal-x86_64-linux-all-static.tar.gz"
5757
},
5858
"x86_64-linux-musl": {
5959
checksum:
60-
"8f54b734e56eae7867b5474c7ad4d79e049fd4063202e1b80989795708354e49",
60+
"1fe0ed0c0ca51eccd4c2ec3bb94bb1834bae19bc2c185b67c3f940f704abe9fc",
6161
filename: "appsignal-x86_64-linux-musl-all-static.tar.gz"
6262
},
6363
"aarch64-linux-musl": {
6464
checksum:
65-
"b3d247d632e3465b2233dd8bb2e977f248f14286ca870e9bd7b855b550ba1c00",
65+
"5027782008872f8091608cc5531a6dd90f0652e9ebb0404f7e86eb73f0807ba0",
6666
filename: "appsignal-aarch64-linux-musl-all-static.tar.gz"
6767
},
6868
"x86_64-freebsd": {
6969
checksum:
70-
"1cce550eac963e2edf405e551a613ffd15ae69e4b817b6155b8a5783a9fa9b7f",
70+
"1337268caaddd66bb170298968d50d76cc66f17e808c46a677ba00d1b78eb317",
7171
filename: "appsignal-x86_64-freebsd-all-static.tar.gz"
7272
},
7373
"amd64-freebsd": {
7474
checksum:
75-
"1cce550eac963e2edf405e551a613ffd15ae69e4b817b6155b8a5783a9fa9b7f",
75+
"1337268caaddd66bb170298968d50d76cc66f17e808c46a677ba00d1b78eb317",
7676
filename: "appsignal-x86_64-freebsd-all-static.tar.gz"
7777
}
7878
}

0 commit comments

Comments
 (0)