Skip to content

Commit

Permalink
instrumentation.yaml: use new status name, development
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jun 13, 2024
1 parent 3446c7c commit 8a635a6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions data/instrumentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ erlang:
name: Erlang/Elixir
status:
traces: stable
metrics: experimental
logs: experimental
metrics: development
logs: development
go:
name: Go
status:
Expand All @@ -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:
Expand All @@ -67,5 +67,5 @@ swift:
name: Swift
status:
traces: stable
metrics: experimental
logs: in development
metrics: development
logs: development

0 comments on commit 8a635a6

Please sign in to comment.