From 2a23b05f1bdcb463101bfaa264ce82648d1410d6 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Tue, 19 Nov 2024 16:27:40 +0100 Subject: [PATCH] elastic-opentelemetry-instrumentation-openai: bump supported semconv in README --- .../elastic-opentelemetry-instrumentation-openai/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instrumentation/elastic-opentelemetry-instrumentation-openai/README.md b/instrumentation/elastic-opentelemetry-instrumentation-openai/README.md index b154684..85e864a 100644 --- a/instrumentation/elastic-opentelemetry-instrumentation-openai/README.md +++ b/instrumentation/elastic-opentelemetry-instrumentation-openai/README.md @@ -9,7 +9,7 @@ We currently support the following features: - Streaming support - Functions calling with tools - Client side metrics -- Following 1.27.0 Gen AI Semantic Conventions +- Following 1.28.0 Gen AI Semantic Conventions ## Installation @@ -19,7 +19,7 @@ pip install elastic-opentelemetry-instrumentation-openai ## Usage -This instrumentation supports *0-code* / *autoinstrumentation*: +This instrumentation supports *zero-code* / *autoinstrumentation*: ``` opentelemetry-instrument python use_openai.py