UO

Results 19 comments of UO

![image](https://github.com/elastic/apm-agent-php/assets/57415489/fccb2efd-694d-49ec-b90e-eb8ac1d6b204) With agent disabled. After seeing 20% utilization, I decided to regress back to 1.8.4 with all the same configs set that we've discussed above. 10% utilization. Then I went...

It seems like #2565 explored the 404's related to the `deletion-mark.json` as well, with users pointing to Azure's internal lib handling the error notification as [ seen here in Azure's...

As an example: What I'd expect to work: ``` // r = *gin.Engine r.GET("/myendpoint", func(c *gin.Context) { ctx := apm.ContextWithTransaction(c, tx) // type: context.Context result, tErr := GetMyEndpoint(ctx, mClient, filter,...

I set up a frontend that submits a POST request to a fake endpoint called "/testgin" with a JSON body of `{"gintest": "test"} // 'test' is the collection in Mongo`:...

@aw1cks Been playing around with this today. Got some nice dynamic creation of the Cards to work well all through just passing in the JSON data inside a .tmpl file...

@aw1cks, Thank you for the initial contribution / idea. I actually would love your assistance on this as I'm strapped for free time currently. If you can address the CI...

@Mehdizada re: ```thaks for sharing! i tried as u mentioned but failed in 3rd step( ExpressionEvaluationFailed. The execution of template action 'Send_each_adaptive_card' failed: the result of the evaluation of 'foreach'...

Also be advised all: Our team decided to try and go the Microsoft Graph route instead to avoid this madness. We were thinking of using Alertmanager to then ship to...

Having a Resolved message sent through would be a huge boost to Outgoing Webhooks. Currently, the logic only allows for the usage of webhooks with type, "Escalation step". https://github.com/grafana/oncall/blob/22cd4b86fc59261e7db98ebd7d6f8a0a0a0e7420/grafana-plugin/src/components/Policy/EscalationPolicy.tsx#L478 We...