Skip to content

Commit 29bad8d

Browse files
chore: refresh the semconv fixture from the Python SDK
Picks up SERVICE_INSTANCE_ID = "service.instance.id", which Python gained when service.instance.id shipped here in #24. Purely a stale mirror: src/semconv.ts already exports that constant with that value, so the parity test never had anything to catch — the test walks the FIXTURE's keys, and a key the fixture lacks is simply never compared. Only the weekly regenerate-and-diff check saw it, which is what opened #25. Closes #25
1 parent c9edda4 commit 29bad8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/fixtures/semconv.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"TRACER_NAME": "glassflow",
3+
"SERVICE_INSTANCE_ID": "service.instance.id",
34
"OPENINFERENCE_SPAN_KIND": "openinference.span.kind",
45
"INPUT_VALUE": "input.value",
56
"OUTPUT_VALUE": "output.value",

0 commit comments

Comments
 (0)