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
2 changes: 1 addition & 1 deletion schema-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6633,7 +6633,7 @@ Latest supported file format: `1.0.0-rc.1`
| [`BatchSpanProcessor`](#batchspanprocessor) | supported | | * `schedule_delay`: supported<br>* `export_timeout`: supported<br>* `max_queue_size`: supported<br>* `max_export_batch_size`: supported<br>* `exporter`: supported<br> |
| [`CardinalityLimits`](#cardinalitylimits) | supported | | * `default`: supported<br>* `counter`: supported<br>* `gauge`: supported<br>* `histogram`: supported<br>* `observable_counter`: supported<br>* `observable_gauge`: supported<br>* `observable_up_down_counter`: supported<br>* `up_down_counter`: supported<br> |
| [`ConsoleExporter`](#consoleexporter) | supported | | |
| [`ConsoleMetricExporter`](#consolemetricexporter) | unknown | | * `temporality_preference`: ignored<br>* `default_histogram_aggregation`: not_implemented<br> |
| [`ConsoleMetricExporter`](#consolemetricexporter) | supported | | * `temporality_preference`: ignored<br>* `default_histogram_aggregation`: not_implemented<br> |
| [`DefaultAggregation`](#defaultaggregation) | supported | | |
| [`DropAggregation`](#dropaggregation) | supported | | |
| [`ExemplarFilter`](#exemplarfilter) | supported | | * `always_off`: supported<br>* `always_on`: supported<br>* `trace_based`: supported<br> |
Expand Down
2 changes: 1 addition & 1 deletion schema/meta_schema_language_java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ typeSupportStatuses:
notes: ""
propertyOverrides: []
- type: ConsoleMetricExporter
status: unknown
status: supported
notes: ""
propertyOverrides:
- property: default_histogram_aggregation
Expand Down
Loading