Skip to content

Commit

Permalink
Add OTel logs design
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Nov 8, 2023
1 parent 0f5179f commit 0951dc2
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 8 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ updates:
schedule:
interval: weekly
day: sunday
- package-ecosystem: gomod
directory: /design/log
labels:
- dependencies
- go
- Skip Changelog
schedule:
interval: weekly
day: sunday
- package-ecosystem: gomod
directory: /example/dice
labels:
Expand Down
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ It provides a set of APIs to directly measure performance and behavior of your s

## Project Status

| Signal | Status |
|---------|--------------------|
| Traces | Stable |
| Metrics | Stable |
| Logs | In Development [1] |

- [1]: Currently the logs signal development is in a design phase.
No Logs Pull Requests are currently being accepted.
| Signal | Status |
|---------|----------------------------------------------------------------------------------|
| Traces | Stable |
| Metrics | Stable |
| Logs | Design ([#4696](https://github.com/open-telemetry/opentelemetry-go/issues/4696)) |

Progress and status specific to this repository is tracked in our
[project boards](https://github.com/open-telemetry/opentelemetry-go/projects)
Expand Down
33 changes: 33 additions & 0 deletions design/log/README.md
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.]
3 changes: 3 additions & 0 deletions design/log/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module go.opentelemetry.io/otel/design/log

go 1.20
1 change: 1 addition & 0 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ module-sets:
modules:
- go.opentelemetry.io/otel/schema
excluded-modules:
- go.opentelemetry.io/otel/design/log
- go.opentelemetry.io/otel/internal/tools

0 comments on commit 0951dc2

Please sign in to comment.