Skip to content

Commit

Permalink
move to root namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Sep 15, 2024
1 parent 4ce2f3d commit edbecf3
Show file tree
Hide file tree
Showing 88 changed files with 143 additions and 65 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions model/client/client-common.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
groups:
- id: client
type: attribute_group
brief: >
General client attributes.
attributes:
- ref: client.address
- ref: client.port
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions model/code/code-common.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
groups:
- id: code
type: attribute_group
brief: >
These attributes allow to report this unit of code and therefore to provide more context about the span.
attributes:
- ref: code.function
- ref: code.namespace
- ref: code.filepath
- ref: code.lineno
- ref: code.column
- ref: code.stacktrace
requirement_level: opt_in
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions model/destination/destination-common.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
groups:
- id: destination
type: attribute_group
brief: >
General destination attributes.
attributes:
- ref: destination.address
- ref: destination.port
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions model/enduser/deprecated/enduser-common.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
groups:
- id: identity
type: attribute_group
brief: >
These attributes may be used for any operation with an authenticated and/or authorized enduser.
attributes:
- ref: enduser.id
requirement_level: recommended
- ref: enduser.role
requirement_level: recommended
- ref: enduser.scope
requirement_level: recommended
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
65 changes: 0 additions & 65 deletions model/general/general.yaml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions model/peer/peer-common.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
groups:
- id: peer
type: attribute_group
brief: "Operations that access some remote service."
attributes:
- ref: peer.service
requirement_level: recommended
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions model/profile/profile-common.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
groups:
- id: profile.frame
type: attribute_group
brief: >
Describes the origin of a single frame in a Profile.
attributes:
- ref: profile.frame.type
requirement_level: recommended
63 changes: 63 additions & 0 deletions model/profile/profile-registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
groups:

- id: registry.profile.frame
type: attribute_group
brief: >
Describes the origin of a single frame in a Profile.
attributes:
- id: profile.frame.type
stability: experimental
brief: >
Describes the interpreter or compiler of a single frame.
examples: ['cpython']
type:
allow_custom_values: true
members:
- id: dotnet
brief: >
[.NET](https://wikipedia.org/wiki/.NET)
value: "dotnet"
stability: experimental
- id: jvm
brief: >
[JVM](https://wikipedia.org/wiki/Java_virtual_machine)
value: "jvm"
stability: experimental
- id: kernel
brief: >
[Kernel](https://wikipedia.org/wiki/Kernel_(operating_system))
value: "kernel"
stability: experimental
- id: native
brief: >
[C](https://wikipedia.org/wiki/C_(programming_language)),
[C++](https://wikipedia.org/wiki/C%2B%2B),
[Go](https://wikipedia.org/wiki/Go_(programming_language)),
[Rust](https://wikipedia.org/wiki/Rust_(programming_language))
value: "native"
stability: experimental
- id: perl
brief: >
[Perl](https://wikipedia.org/wiki/Perl)
value: "perl"
stability: experimental
- id: php
brief: >
[PHP](https://wikipedia.org/wiki/PHP)
value: "php"
stability: experimental
- id: cpython
brief: >
[Python](https://wikipedia.org/wiki/Python_(programming_language))
value: "cpython"
stability: experimental
- id: ruby
brief: >
[Ruby](https://wikipedia.org/wiki/Ruby_(programming_language))
value: "ruby"
stability: experimental
- id: v8js
brief: >
[V8JS](https://wikipedia.org/wiki/V8_(JavaScript_engine))
value: "v8js"
stability: experimental
8 changes: 8 additions & 0 deletions model/server/server-common.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
groups:
- id: server
type: attribute_group
brief: >
General server attributes.
attributes:
- ref: server.address
- ref: server.port
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions model/source/source-common.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
groups:
- id: source
type: attribute_group
brief: >
General source attributes.
attributes:
- ref: source.address
- ref: source.port
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions model/thread/thread-common.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
groups:
- id: thread
type: attribute_group
brief: >
These attributes may be used for any operation to store information about a thread that started a span.
attributes:
- ref: thread.id
- ref: thread.name
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit edbecf3

Please sign in to comment.