Gergely Kalapos

Results 49 issues of Gergely Kalapos

Already saw 2 fails right after each other on `main` and now it also failed in one PR. Example [here](https://apm-ci.elastic.co/blue/organizations/jenkins/apm-agent-dotnet%2Fapm-agent-dotnet-mbp/detail/PR-1818/1/tests). Log: ``` Error System.TypeInitializationException : The type initializer for 'DotNet.Testcontainers.Client.DockerApiClient'...

agent-dotnet

In `Elastic.Apm.Metrics.TransactionInfo` and `Elastic.Apm.Metrics.SpanInfo` are currently classes. In https://github.com/elastic/apm-agent-dotnet/pull/1816 we already made changed where we rely on value semantic. Additionally to that `struct`s would be more efficient anyway. We discussed...

breaking change
agent-dotnet

From https://github.com/elastic/apm-agent-dotnet/pull/136#discussion_r264605128

technical debt

Error logs: ``` Error: [ERROR] Unable to List read-only keys for CosmosDB Account dotneta3700e91df3d4e38ac: documentdb.DatabaseAccountsClient#ListReadOnlyKeys: Failure sending request: StatusCode=504 -- Original Error: context deadline exceeded ``` I'm seeing those for...

agent-dotnet

Currently we have instrumentation for specific database [libraries](https://github.com/elastic/apm-agent-dotnet/tree/main/src/Elastic.Apm.Profiler.Managed/Integrations/AdoNet). All these instrumentation target specific types and methods. In case a user uses a database library which is not in the list...

agent-dotnet

Currently in the demo environment, Opbeans-dotnet runs on an old version. There is a step after release to bump the version, but that fails, because the new version isn't available...

agent-dotnet

Follow up from https://github.com/open-telemetry/opentelemetry-dotnet/issues/5342#issuecomment-1937110524 - and https://github.com/open-telemetry/semantic-conventions/issues/689 ## Changes `ConsoleLogRecordExporter` prints exception attributes according to the [SemConv spec](https://opentelemetry.io/docs/specs/semconv/exceptions/exceptions-logs/). With this PR, `ConsoleLogRecordExporter` behaves similarly to [`OtlpLogRecordTransformer`](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/OtlpLogRecordTransformer.cs#L144-L149) from `OpenTelemetry.Exporter.OpenTelemetryProtocol`. ## Open...

Our [doc](https://www.elastic.co/guide/en/apm/agent/dotnet/current/config-http.html#config-capture-body) for CaptureBody says: > If the request has a body and this setting is disabled, the body will be shown as [REDACTED]. However, [here in the code](https://github.com/elastic/apm-agent-dotnet/blob/6b4d10f52786ee774c4aee9706c9cf4be10ee63a/src/Elastic.Apm/Extensions/TransactionExtensions.cs#L45) we...

agent-dotnet

From https://github.com/elastic/kibana/issues/118695. Summary: when HTTP requests hit 404 or do not map to an MVC controller, the agent generates transaction names with `unknown route`. We plan to help users to...

agent-dotnet

Based on https://discuss.elastic.co/t/apm-on-azure-functions/327947 Currently for Azure functions, we capture the call by creating a transaction, but other agent functionality are missing. Specifically: - We don't turn on additional DiagnosticListeners -...

agent-dotnet