Skip to content

Conversation

beeme1mr
Copy link
Member

This PR

  • update the evaluation event to match the latest OTel semcon

Related Issues

Fixes #1188

Notes

Update the createEvaluationEvent to match the latest OpenTelemetry spec. Unforutnately, this is a breaking change. I'll denote this in the release notes but not in the library version. That's because we're following the experimental OTel spec and the method itself is currently undocumented except from the generated JS Doc.

It's also worth noting that OTel JS SDK event API doesn't currently support object as attribute values. @dyladan will update the OTel SDK.

Follow-up Tasks

Update the ToggleShop.

How to test

npm run test

@beeme1mr
Copy link
Member Author

Waiting for the OTel JS SDK to support this.

open-telemetry/opentelemetry-js#5707

@beeme1mr
Copy link
Member Author

@toddbaert Should we get this into the current release or wait for the next one?

@beeme1mr beeme1mr enabled auto-merge June 3, 2025 13:51
@beeme1mr beeme1mr added this pull request to the merge queue Jun 3, 2025
Merged via the queue into main with commit 3e6bcae Jun 3, 2025
10 checks passed
@beeme1mr beeme1mr deleted the 1188-update-the-otel-compatible-telemetry-util-function-to-latest-spec branch June 3, 2025 13:53
github-merge-queue bot pushed a commit that referenced this pull request Jun 26, 2025
🤖 I have created a release *beep* *boop*
---


##
[1.8.1](core-v1.8.0...core-v1.8.1)
(2025-06-04)


### 🔄 Refactoring

* **telemetry:** update telemetry attributes and remove unused
evaluation data
([#1189](#1189))
([3e6bcae](3e6bcae))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Signed-off-by: OpenFeature Bot <[email protected]>
weyert pushed a commit that referenced this pull request Jul 20, 2025
…aluation data (#1189)

## This PR

- update the evaluation event to match the latest OTel semcon

### Related Issues

Fixes #1188

### Notes

Update the createEvaluationEvent to match the latest OpenTelemetry spec.
Unforutnately, this is a breaking change. I'll denote this in the
release notes but not in the library version. That's because we're
following the experimental OTel spec and the method itself is currently
undocumented except from the generated JS Doc.

It's also worth noting that OTel JS SDK event API doesn't currently
support object as attribute values. @dyladan will update the OTel SDK.

### Follow-up Tasks

Update the ToggleShop.

### How to test

`npm run test`

Signed-off-by: Michael Beemer <[email protected]>
Signed-off-by: Weyert de Boer <[email protected]>
weyert pushed a commit that referenced this pull request Jul 20, 2025
🤖 I have created a release *beep* *boop*
---

##
[1.8.1](core-v1.8.0...core-v1.8.1)
(2025-06-04)

### 🔄 Refactoring

* **telemetry:** update telemetry attributes and remove unused
evaluation data
([#1189](#1189))
([3e6bcae](3e6bcae))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Signed-off-by: OpenFeature Bot <[email protected]>
Signed-off-by: Weyert de Boer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the OTel-Compatible Telemetry Util Function to latest spec
5 participants