From 8a635a63d50a1127c37bad828239fa8c9a7a7176 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 12 Jun 2024 21:20:42 -0400 Subject: [PATCH] instrumentation.yaml: use new status name, development --- data/instrumentation.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/data/instrumentation.yaml b/data/instrumentation.yaml index 9c6c5e5756ea..c9fb42239a77 100644 --- a/data/instrumentation.yaml +++ b/data/instrumentation.yaml @@ -19,8 +19,8 @@ erlang: name: Erlang/Elixir status: traces: stable - metrics: experimental - logs: experimental + metrics: development + logs: development go: name: Go status: @@ -44,19 +44,19 @@ python: status: traces: stable metrics: stable - logs: experimental + logs: development ruby: name: Ruby status: traces: stable - metrics: in development - logs: in development + metrics: development + logs: development js: name: JavaScript status: traces: stable metrics: stable - logs: experimental + logs: development rust: name: Rust status: @@ -67,5 +67,5 @@ swift: name: Swift status: traces: stable - metrics: experimental - logs: in development + metrics: development + logs: development