Skip to content

Commit

Permalink
firstParty flag for Lua/Perl/Rust/Swift
Browse files Browse the repository at this point in the history
To address open-telemetry#4795, this is part of a series of PRs that add isFirstParty
or isNative flags to instrumentation registries that lack them.

This batch touches Lua/Perl/Rust/Swift instrumentation registries.
  • Loading branch information
haidong committed Sep 23, 2024
1 parent 0b7269b commit f53e95a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/registry/instrumentation-lua-apache-apisix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ authors:
urls:
repo: https://github.com/apache/apisix/blob/master/apisix/plugins/opentelemetry.lua
createdAt: 2022-03-27
isFirstParty: true
1 change: 1 addition & 0 deletions data/registry/instrumentation-perl-mojolicious.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ authors:
urls:
repo: https://github.com/jjatria/mojolicious-plugin-opentelemetry
createdAt: 2023-12-05
isFirstParty: false
1 change: 1 addition & 0 deletions data/registry/instrumentation-perl-plack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ authors:
urls:
repo: https://github.com/abh/Plack-Middleware-OpenTelemetry
createdAt: 2023-12-05
isFirstParty: false
1 change: 1 addition & 0 deletions data/registry/instrumentation-rust-actix-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ package:
registry: crates
name: actix-web-opentelemetry
version: 0.16.0
isFirstParty: false
1 change: 1 addition & 0 deletions data/registry/instrumentation-rust-axum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ package:
registry: crates
name: axum-tracing-opentelemetry
version: 0.16.0
isFirstParty: false
1 change: 1 addition & 0 deletions data/registry/instrumentation-rust-tide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ package:
registry: crates
name: opentelemetry-tide
version: 0.12.0
isFirstParty: false
1 change: 1 addition & 0 deletions data/registry/instrumentation-rust-tracing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ package:
registry: crates
name: tracing-opentelemetry
version: 0.22.0
isFirstParty: false
1 change: 1 addition & 0 deletions data/registry/instrumentation-rust-trillium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ package:
registry: crates
name: opentelemetry-trillium-opentelemetry
version: 0.2.16
isFirstParty: true
1 change: 1 addition & 0 deletions data/registry/instrumentation-swift-urlsession.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-swift/tree/main/Sources/Instrumentation/URLSession
createdAt: 2021-06-22
isFirstParty: false

0 comments on commit f53e95a

Please sign in to comment.