Gergely Kalapos

Results 49 issues of Gergely Kalapos

Follow up from https://github.com/elastic/apm/pull/698 ToDos: - [ ] Discuss if this is considered a breaking change - [ ] Implement (and make sure if it's a breaking change we treat...

breaking change
agent-dotnet

Currently our EF instrumentation is [based on an interceptor](https://github.com/elastic/apm-agent-dotnet/blob/main/src/Elastic.Apm.EntityFramework6/Ef6Interceptor.cs), and that's not turned on in the profiler-setup. The result is that database calls through EF6 aren't captured as spans. ###...

enhancement
agent-dotnet

Follow up from: https://github.com/elastic/apm-agent-dotnet/pull/1875 Tasks: - [ ] Create scrips which automate the agent update in [`opbeans-dotnet`](https://github.com/elastic/opbeans-dotnet) and run those in CI - [ ] Make sure we don't run...

agent-dotnet

In `error-tracking.md` the definition of how `outcome` is set contradicted what we define in [tracing-transactions.md](https://github.com/elastic/apm/blob/main/specs/agents/tracing-transactions.md#transaction-outcome) and in [tracing-spans.md](https://github.com/elastic/apm/blob/main/specs/agents/tracing-spans.md#span-outcome), especially the following: > Tracking an error that's related to a transaction...

# Description ## Problem Currently all our APM Agents report memory and CPU usage on some way. When the application runs directly on a physical or virtual machine, metrics reported...

meta
apm-agents

Currently the [spec for db span names](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-spans.md#name) defines the span name in the format of `{db.operation.name} {target}` with a specific list in prioritized order. That works very well when within...

Follow up from https://github.com/open-telemetry/semantic-conventions/pull/974#discussion_r1584002801. ## Changes - Align Elasticsearch span names with the format defined in the general db spec. MongoDB is comparable and it already follows this format. The...

### Area(s) area:system ### Is your change request related to a problem? Please describe. The idea is to create SemConv CLR metrics for .NET, similar to [JVM metrics](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/runtime/jvm-metrics.md). [System](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/system/system-metrics.md) and...

enhancement
experts needed
area:system

## Changes Following the events convention, adding definition for Nginx Ingress Controller events. All this information is from the [Elastic Nginx Ingress Controller Logs integration](https://docs.elastic.co/en/integrations/nginx_ingress_controller#access-logs). ## Merge requirement checklist *...