-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
51 additions
and
8 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
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,33 @@ | ||
# Proposal: OpenTelemetry Logs | ||
|
||
Discussion at [#4696](https://github.com/open-telemetry/opentelemetry-go/issues/4696). | ||
|
||
## Abstract | ||
|
||
[A short summary of the proposal.] | ||
|
||
## Background | ||
|
||
[An introduction of the necessary background and the problem being solved by the proposed change.] | ||
|
||
## Proposal | ||
|
||
[A precise statement of the proposed change.] | ||
|
||
## Rationale | ||
|
||
[A discussion of alternate approaches and the trade offs, advantages, and disadvantages of the specified approach.] | ||
|
||
## Compatibility | ||
|
||
[A discussion of the change with regard to the | ||
[compatibility guidelines](https://go.dev/doc/go1compat).] | ||
|
||
## Implementation | ||
|
||
[A description of the steps in the implementation, who will do them, and when.] | ||
|
||
## Open issues (if applicable) | ||
|
||
[A discussion of issues relating to this proposal for which the author does not | ||
know the solution. This section may be omitted if there are none.] |
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,3 @@ | ||
module go.opentelemetry.io/otel/design/log | ||
|
||
go 1.20 |
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