Skip to content

Commit

Permalink
Merge branch 'main' into metric_producer_config
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole authored Aug 8, 2023
2 parents d273ea7 + ef177f9 commit be14b75
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@ release.
([#3546](https:/open-telemetry/opentelemetry-specification/pull/3546))
- Revise the exemplar default reservoirs.
([#3627](https:/open-telemetry/opentelemetry-specification/pull/3627))
- Mark Metric No-Op API as stable.
([#3642](https:/open-telemetry/opentelemetry-specification/pull/3642))
- MetricProducers are provided as config to MetricReaders instead of through a RegisterProducer operation.
([#3613](https:/open-telemetry/opentelemetry-specification/pull/3613))

### Logs

- Mark No-Op Logs Bridge API as stable.
([#3642](https:/open-telemetry/opentelemetry-specification/pull/3642))

### Resource

### Compatibility
Expand Down
22 changes: 12 additions & 10 deletions spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,19 +218,19 @@ Disclaimer: this list of features is still a work in progress, please refer to t
| Feature | Optional | Go | Java | JS | Python | Ruby | Erlang | PHP | Rust | C++ | .NET | Swift |
|----------------------------------------------|----------|-----|------|-----|--------|------|--------|-----|------|-----|------|-------|
| **[Logging SDK](specification/logs/sdk.md)** | Optional | Go | Java | JS | Python | Ruby | Erlang | PHP | Rust | C++ | .NET | Swift |
| LoggerProvider.Get Logger | | | + | | | | | + | | | - | |
| LoggerProvider.Get Logger accepts attributes | | | | | | | | + | | | | |
| LoggerProvider.Get Logger | | | + | | | | | + | | + | - | |
| LoggerProvider.Get Logger accepts attributes | | | | | | | | + | | + | | |
| LoggerProvider.Shutdown | | | + | | | | | + | | | - | |
| LoggerProvider.ForceFlush | | | + | | | | | + | | | - | |
| Logger.Emit(LogRecord) | | | + | | | | | + | | | - | |
| SimpleLogRecordProcessor | | | + | | | | | + | | | | |
| BatchLogRecordProcessor | | | + | | | | | + | | | | |
| Can plug custom LogRecordProcessor | | | + | | | | | + | | | | |
| OTLP/gRPC exporter | | | + | | + | | | + | | | + | |
| OTLP/HTTP exporter | | | + | | + | | | + | | | + | |
| Logger.Emit(LogRecord) | | | + | | | | | + | | + | - | |
| SimpleLogRecordProcessor | | | + | | | | | + | | + | | |
| BatchLogRecordProcessor | | | + | | | | | + | | + | | |
| Can plug custom LogRecordProcessor | | | + | | | | | + | | + | | |
| OTLP/gRPC exporter | | | + | | + | | | + | | + | + | |
| OTLP/HTTP exporter | | | + | | + | | | + | | + | + | |
| OTLP File exporter | | | - | | - | | | | | | - | |
| Can plug custom LogRecordExporter | | | + | | | | | + | | | | |
| Trace Context Injection | | | + | | + | | | + | | | + | |
| Can plug custom LogRecordExporter | | | + | | | | | + | | + | | |
| Trace Context Injection | | | + | | + | | | + | | + | + | |

## Resource

Expand Down Expand Up @@ -325,6 +325,8 @@ Note: Support for environment variables is optional.
| SchemaURL in ResourceMetrics and ScopeMetrics | | | + | | + | | - | + | | | - | |
| SchemaURL in ResourceLogs and ScopeLogs | | | + | | + | | - | + | | | - | |
| Honors the [user agent spec](specification/protocol/exporter.md#user-agent) | | | | | | | | + | | | + | |
| [Partial Success](https:/open-telemetry/opentelemetry-proto/blob/main/docs/specification.md#partial-success) messages are handled and logged for OTLP/gRPC | X | + | | | | | | | | | | |
| [Partial Success](https:/open-telemetry/opentelemetry-proto/blob/main/docs/specification.md#partial-success-1) messages are handled and logged for OTLP/HTTP | X | + | | | | | | | | | | |
| **[Zipkin](specification/trace/sdk_exporters/zipkin.md)** | Optional | Go | Java | JS | Python | Ruby | Erlang | PHP | Rust | C++ | .NET | Swift |
| Zipkin V1 JSON | X | - | + | | + | - | - | - | - | - | - | - |
| Zipkin V1 Thrift | X | - | + | | [-][py1174] | - | - | - | - | - | - | - |
Expand Down
2 changes: 1 addition & 1 deletion specification/logs/noop.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linkTitle: No-Op

# Logs Bridge API No-Op Implementation

**Status**: [Experimental](../document-status.md)
**Status**: [Stable](../document-status.md)

<details>
<summary> Table of Contents </summary>
Expand Down
2 changes: 1 addition & 1 deletion specification/metrics/noop.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linkTitle: No-Op

# Metrics No-Op API Implementation

**Status**: [Experimental](../document-status.md)
**Status**: [Stable](../document-status.md)

<details>
<summary> Table of Contents </summary>
Expand Down
2 changes: 1 addition & 1 deletion specification/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ propagated from parent to child **Spans**.
- **Tracestate** carries tracing-system specific context in a list of key value
pairs. **Tracestate** allows different vendors propagate additional
information and inter-operate with their legacy Id formats. For more details
see [this](https://w3c.github.io/trace-context/#tracestate-field).
see [this](https://www.w3.org/TR/trace-context/#tracestate-header).

### Links between spans

Expand Down

0 comments on commit be14b75

Please sign in to comment.