forked from open-telemetry/opentelemetry-go
-
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.
Changed signature of the Span
RecordError
, replace EventOption by E…
…rrorOption (open-telemetry#1677) * Change signature of the Span `RecordError, replace EventOption by ErrorOption * Add WithEventOpts, WithErrorStatus * Set status when WithErrorStatus is passed to RecordError Signed-off-by: lastchiliarch <lastchiliarch@163.com>
- Loading branch information
Showing
73 changed files
with
1,897 additions
and
1,763 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,29 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Problem Statement | ||
|
||
A clear and concise description of what the problem is. | ||
Ex. I'm always frustrated when [...] | ||
|
||
### Proposed Solution | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
#### Alternatives | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
#### Prior Art | ||
|
||
A clear and concise list of any similar and existing solutions from other projects that provide context to possible solutions. | ||
|
||
### Additional Context | ||
|
||
Add any other context or screenshots about the feature request here. |
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
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,26 @@ | ||
# Default state for all rules | ||
default: true | ||
|
||
# ul-style | ||
MD004: false | ||
|
||
# hard-tabs | ||
MD010: false | ||
|
||
# line-length | ||
MD013: false | ||
|
||
# no-duplicate-header | ||
MD024: | ||
siblings_only: true | ||
|
||
# ol-prefix | ||
MD029: | ||
style: ordered | ||
|
||
# no-inline-html | ||
MD033: false | ||
|
||
# fenced-code-language | ||
MD040: false | ||
|
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
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
Oops, something went wrong.