Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions language-support-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Latest supported file format: `1.0.0-rc.3`
| [`ConsoleExporter`](schema-docs.md#consoleexporter) | supported | | |
| [`ConsoleMetricExporter`](schema-docs.md#consolemetricexporter) | supported | | * `default_histogram_aggregation`: supported<br>* `temporality_preference`: supported<br> |
| [`DefaultAggregation`](schema-docs.md#defaultaggregation) | supported | | |
| [`Distribution`](schema-docs.md#distribution) | not_implemented | | |
| [`Distribution`](schema-docs.md#distribution) | supported | | |
| [`DropAggregation`](schema-docs.md#dropaggregation) | supported | | |
| [`ExemplarFilter`](schema-docs.md#exemplarfilter) | not_implemented | | * `always_off`: not_implemented<br>* `always_on`: not_implemented<br>* `trace_based`: not_implemented<br> |
| [`ExemplarFilter`](schema-docs.md#exemplarfilter) | supported | | * `always_off`: supported<br>* `always_on`: supported<br>* `trace_based`: supported<br> |
| [`ExplicitBucketHistogramAggregation`](schema-docs.md#explicitbuckethistogramaggregation) | supported | | * `boundaries`: supported<br>* `record_min_max`: supported<br> |
| [`ExporterDefaultHistogramAggregation`](schema-docs.md#exporterdefaulthistogramaggregation) | supported | | * `base2_exponential_bucket_histogram`: supported<br>* `explicit_bucket_histogram`: supported<br> |
| [`ExporterTemporalityPreference`](schema-docs.md#exportertemporalitypreference) | supported | | * `cumulative`: supported<br>* `delta`: supported<br>* `low_memory`: supported<br> |
Expand Down
6 changes: 3 additions & 3 deletions schema-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -996,9 +996,9 @@ This is a enum type.

| Value | [cpp](language-support-status.md#cpp) | [go](language-support-status.md#go) | [java](language-support-status.md#java) | [js](language-support-status.md#js) | [php](language-support-status.md#php) |
|---|---|---|---|---|---|
| `always_off` | not_implemented | unknown | supported | unknown | supported |
| `always_on` | not_implemented | unknown | supported | unknown | supported |
| `trace_based` | not_implemented | unknown | supported | unknown | supported |
| `always_off` | supported | unknown | supported | unknown | supported |
| `always_on` | supported | unknown | supported | unknown | supported |
| `trace_based` | supported | unknown | supported | unknown | supported |
</details>

No constraints.
Expand Down
4 changes: 2 additions & 2 deletions schema/meta_schema_language_cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ typeSupportStatuses:
status: supported
propertyOverrides: []
- type: Distribution
status: not_implemented
status: supported
propertyOverrides: []
- type: DropAggregation
status: supported
propertyOverrides: []
- type: ExemplarFilter
status: not_implemented
status: supported
enumOverrides: []
- type: ExplicitBucketHistogramAggregation
status: supported
Expand Down
Loading