Stjepan Majdak

Results 12 comments of Stjepan Majdak

@Jopyth any ways we can try to debug it? What should we be looking at?

@wangxum168 I think it wasn't the case because I tried leaving it over night and didn't load. @Jopyth How to check logs when running server only? (Pi W Zero)

Using in prod in intranet with 100 users daily and 20 RPM. No problems with such usage.

Any news or plans on this?

https://github.com/elastic/apm/blob/master/docs/agent-development.md#batchingstreaming-data is 404, is there any other update on this? FlushInterval is not working for me. It flushes randomly and really slow.

Well I got here while looking for FlushInterval and performance issues. I'm having a problem with rare Flushes. ![image](https://user-images.githubusercontent.com/9076227/109330159-ab866200-785b-11eb-9948-9c25a0152d74.png) My single transaction is quite big, it has 10 spans and...

With Dapper.Oracle this worked for me: ``` var parameters = new OracleDynamicParameters(); parameters.Add("JSONDOCUMENT", saveRequest.JsonDocument, OracleMappingType.Clob, ParameterDirection.Input); ```

Worked with more than 300.000 characters.

I'd like to add my 2 cents. There's an error when using 1 replica in a RabbitMQ Cluster Kubernetes operator: "Feature flags: refuse to enable feature flags while clustered nodes...

"All nodes" in my scenario is 1 single node (as defined in yaml: replicas: 1), so why is it expecting more?