diff --git a/matrix.md b/matrix.md new file mode 100644 index 00000000..31410176 --- /dev/null +++ b/matrix.md @@ -0,0 +1,45 @@ +# Implementation matrix + +The following table shows the implementation of each feature supported by the +configuration model: + + +| Config Option | C++|Java|Go|PHP | +| ------------- | -|-|-|- | +| `file_format` | -|-|-|- | +| `disabled` | -|-|-|- | +| `log_level` | -|-|-|- | +| `attribute_limits` | -|-|-|- | +| `attribute_limits.attribute_value_length_limit` | -|-|-|- | +| `attribute_limits.attribute_count_limit` | -|-|-|- | +| `logger_provider` | -|-|-|- | +| `logger_provider.processors` | -|-|-|- | +| `logger_provider.limits` | -|-|-|- | +| `meter_provider` | -|-|-|- | +| `meter_provider.readers` | -|-|-|- | +| `meter_provider.views` | -|-|-|- | +| `meter_provider.exemplar_filter` | -|-|-|- | +| `propagator` | -|-|-|- | +| `propagator.composite` | -|-|-|- | +| `tracer_provider` | -|-|-|- | +| `tracer_provider.processors` | -|-|-|- | +| `tracer_provider.limits` | -|-|-|- | +| `tracer_provider.sampler` | -|-|-|- | +| `resource` | -|-|-|- | +| `resource.attributes` | -|-|-|- | +| `resource.attributes_list` | -|-|-|- | +| `resource.detectors` | -|-|-|- | +| `resource.schema_url` | -|-|-|- | +| `instrumentation` | -|-|-|- | +| `instrumentation.general` | -|-|-|- | +| `instrumentation.cpp` | -|-|-|- | +| `instrumentation.dotnet` | -|-|-|- | +| `instrumentation.erlang` | -|-|-|- | +| `instrumentation.go` | -|-|-|- | +| `instrumentation.java` | -|-|-|- | +| `instrumentation.js` | -|-|-|- | +| `instrumentation.php` | -|-|-|- | +| `instrumentation.python` | -|-|-|- | +| `instrumentation.ruby` | -|-|-|- | +| `instrumentation.rust` | -|-|-|- | +| `instrumentation.swift` | -|-|-|- | \ No newline at end of file