-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"key": "otel.scope.name", | ||
"brief": "The name of the instrumentation scope - (InstrumentationScope.Name in OTLP).", | ||
"type": "string", | ||
"pii": { | ||
"key": "false" | ||
}, | ||
"is_in_otel": true, | ||
"example": "io.opentelemetry.contrib.mongodb" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"key": "otel.scope.version", | ||
"brief": "The version of the instrumentation scope - (InstrumentationScope.Version in OTLP).", | ||
"type": "string", | ||
"pii": { | ||
"key": "false" | ||
}, | ||
"is_in_otel": true, | ||
"example": "2.4.5" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"key": "otel.status_code", | ||
"brief": "Name of the code, either “OK” or “ERROR”. MUST NOT be set if the status code is UNSET.", | ||
"type": "string", | ||
"pii": { | ||
"key": "false" | ||
}, | ||
"is_in_otel": true, | ||
"example": "OK" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"key": "otel.status_description", | ||
"brief": "Description of the Status if it has a value, otherwise not set.", | ||
"type": "string", | ||
"pii": { | ||
"key": "false" | ||
}, | ||
"is_in_otel": true, | ||
"example": "resource not found" | ||
} |