Skip to content

Commit a7e87f4

Browse files
committed
typo
1 parent 20568d9 commit a7e87f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-03-17-datadog-php-tracer-aarch64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Datadog PHP Tracer on aarch64
55

66
Recently we have been exploring the use of the a1 instance type in AWS EC2 as the performance is favorable to our workloads the cost makes this instance type very appealing. This instance type uses an ARM processor and therefor has the architecture of `aarch64`. More information about the instance class can be found <a href="https://aws.amazon.com/ec2/instance-types/a1/" target="_blank">here</a>.
77

8-
One of the many vendors we use at FormAssembly to help deliver our product is <a href="https://www.datadoghq.com/" target="_blank">Datadog</a>. Their product is used for both log aggregation and their application performance monitoring (APM). Because FormAssembly is written in PHP, we need to rely on an extension in order to facilitate their APM tracing (<a href="https://github.com/DataDog/dd-trace-php" target="_blank">https://github.com/DataDog/dd-trace-php</a>). Unfortunately, at the time of writing, this package is published by Datadog for the aarch64 architecture.
8+
One of the many vendors we use at FormAssembly to help deliver our product is <a href="https://www.datadoghq.com/" target="_blank">Datadog</a>. Their product is used for both log aggregation and their application performance monitoring (APM). Because FormAssembly is written in PHP, we need to rely on an extension in order to facilitate their APM tracing (<a href="https://github.com/DataDog/dd-trace-php" target="_blank">https://github.com/DataDog/dd-trace-php</a>). Unfortunately, at the time of writing, this package is not published by Datadog for the aarch64 architecture.
99

1010
The process I eventually used to create an aarch64 rpm package which we could distribute to our servers was a little bit hacky and quite a bit interesting. I have provided feedback to Datadog to publish their own package, or to at least include a source RPM - but for the time being, this process will have to work.
1111

0 commit comments

Comments
 (0)