UO

Results 19 comments of UO

You have to access the 0.3.0 release to retrieve the binary, not the 0.3.2.

Here’s what I would do: [[metric]] context = "sessions" metricsdesc = {rownum ="rownum"} labels = [“value”] request = "SELECT rownum ,1 as value FROM v$session" Because then you would get...

You can increase the flag “—query.timeout=Xs”, since I’d imagine some of those custom queries are hitting the default timeout of 15s

I tested on my local machine with the same versions of both, and was able to load the default XML. I then put it behind my institution's proxy and still...

[Inside the code](https://github.com/elastic/beats/blob/main/libbeat/outputs/metrics.go) for Libbeat: ```type Stats struct { // // Output event stats // batches *monitoring.Uint // total number of batches processed by output events *monitoring.Uint // total number...

> I've added this `beat.stats.libbeat.output.events.dropped` to my Agent dashboard > > ![image](https://user-images.githubusercontent.com/22619253/194412981-777a83cc-be3d-4f74-9937-7c1cddd7d7be.png) > > * I get an daily alarm telling me that, > > > eg. > > ```...

Minimum Reproducible: Dockerfile `FROM alpine:3.18.4 ENV APM_VERSION=1.10.0 RUN apk add --no-cache supervisor \ nginx \ libsodium \ php82 \ php82-fpm \ php82-session \ php82-opcache \ php82-pecl-redis \ php82-ctype \ php82-exif...

My team has reported this issue as well when moving to 1.9.0 (php 8.1 and alpine base image). They have regressed to 1.8.4 until this is resolved.

Setting the `ELASTIC_APM_AST_PROCESS_ENABLED` to `false` did reduce the CPU usage notably. Before: Total of 61% usage in a CPU frame ![image](https://github.com/elastic/apm-agent-php/assets/57415489/0c9cb6e7-1067-4fec-b159-d0f996e8674b) After: Total of 34% usage in a CPU frame....

@SergeyKleyman Roughly 20% CPU utilization in the frame. ![image](https://github.com/elastic/apm-agent-php/assets/57415489/28703746-701a-417a-8e0b-084953dcb2b1)