-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Monitor - AutoconfigureMonitor OpenTelemetry AutoconfigureMonitor OpenTelemetry Autoconfigurecustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
Currently we are using applicationinsights-core.jar to send Custom Events. It allows us to send custome event that:
- Contains some properties
- Contains some measurements
- Has set userId and sessionId context properties created by our tool.
We want to switch to open-telemetry but it allows only to create Custom Event with some properties. There is no way to define measurements or override userId and sessionId.
Methods that we are using from applicationinsights-core.jar:
telemetryClient.getContext().getUser().setId(getUserId());
telemetryClient.getContext().getSession().setId(getSessionId());
telemetryClient.trackEvent(name, properties, metrics);
Metadata
Metadata
Assignees
Labels
Monitor - AutoconfigureMonitor OpenTelemetry AutoconfigureMonitor OpenTelemetry Autoconfigurecustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that