Ganesh Jangir

Results 18 issues of Ganesh Jangir

**What is intrinsic functions?** AWS CloudFormation provides several built-in functions that help you manage your stacks. Use intrinsic functions in your templates to assign values to properties that are not...

bug

There is mismatch of supported iOS/tvOS version with Swift language version. https://github.com/open-telemetry/opentelemetry-swift/blob/main/Package%40swift-5.9.swift#L6-L13 As per Apple, Swift 5.9 supports iOS 12 going along with Xcode 15 supporting iOS 12 targets. ![image](https://github.com/open-telemetry/opentelemetry-swift/assets/8882380/5b33526d-5095-46bb-a7b1-c4b592ed79ae)...

release
compatibility

## Motivation Increasingly customers are asking for OpenTelemetry support in Datadog SDKs at the same time using other Datadog SDK features. With the current setup of the opentelemetry-swift SDK, it...

api
swift-spm

**Please describe the bug** tvOS build fails for Swift 5.8 and 5.7 because the system doesn't have tvOS installed. **Explain the steps needed to reproduce the bug** For Swift 5.10...

package data

### What and why? RFC https://datadoghq.atlassian.net/wiki/spaces/RUMP/pages/3529509193 ### How? There is one big difference has been in this PR along with the implementation of the RFC. If we have a distributed...

### What does this PR do? What is the motivation? https://datadoghq.atlassian.net/browse/RUM-1000 ### Merge instructions - [x] Please merge after reviewing ### Additional notes

All libraries shipped in the repo currently explicitly defaults to [static linking](https://github.com/open-telemetry/opentelemetry-swift/pull/222) which means every target that depends on them will have the library included. This can lead to duplicate...

api
sdk

### What and why? This PR is implementation of https://datadoghq.atlassian.net/wiki/spaces/RUMP/pages/3422683761/RFC+Retry+information+headers+and+query+string+params ### How? The gist of PR is, when we make a network request to upload data - Inject `retry_count` and...

### What and why? Some events are missed which are recorded before the consent. but still in-memory. Migration happens before these events are written and we skip them. A typical...

# What does this PR do? A brief description of the change being made with this pull request. # Motivation What inspired you to submit this pull request? # Additional...

data-pipeline