Discussed during SemConv call on 9/29: Currently the order of columns is Attribute Name -> Type -> Brief -> Examples -> Req Level -> Stability. E.g. | Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability | |---|---|---|---|---|---| | [`http.request.method`](/docs/registry/attributes/http.md) | string | HTTP request method. [1] | `GET`; `POST`; `HEAD` | `Required` |  | The end users, instrumentation authors and backends probably care more about req levels and stability more than other things. What if we did something like | Attribute | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Type | Description | Examples | |---|---|---|---|---| | [`http.request.method`](/docs/registry/attributes/http.md)<br> <br>| `Required` | string | HTTP request method. [1] | `GET`; `POST`; `HEAD` | (we can also have multiple badges or multi-part badges)